License |
License |
---|---|
GroupId | GroupIdde.codecentric.hikaku |
ArtifactId | ArtifactIdhikaku-core |
Last Version | Last Version3.3.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhikaku-core
A library that tests if the implementation of a REST-API meets its specification. This module contains the core elements which can be used to create additional converters and reporters.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
hikaku-core-3.3.0.pom | |
hikaku-core-3.3.0.jar | 45 KB |
hikaku-core-3.3.0-sources.jar | 10 KB |
hikaku-core-3.3.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.codecentric.hikaku/hikaku-core/ -->
<dependency>
<groupId>de.codecentric.hikaku</groupId>
<artifactId>hikaku-core</artifactId>
<version>3.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric.hikaku/hikaku-core/
implementation 'de.codecentric.hikaku:hikaku-core:3.3.0'
// https://jarcasting.com/artifacts/de.codecentric.hikaku/hikaku-core/
implementation ("de.codecentric.hikaku:hikaku-core:3.3.0")
'de.codecentric.hikaku:hikaku-core:jar:3.3.0'
<dependency org="de.codecentric.hikaku" name="hikaku-core" rev="3.3.0">
<artifact name="hikaku-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric.hikaku', module='hikaku-core', version='3.3.0')
)
libraryDependencies += "de.codecentric.hikaku" % "hikaku-core" % "3.3.0"
[de.codecentric.hikaku/hikaku-core "3.3.0"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib-jdk8 | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-reflect | jar | 1.5.21 |
org.jetbrains.kotlin : kotlin-test | jar | 1.5.21 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.platform : junit-platform-launcher | jar | 1.7.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.2 |
org.jetbrains.kotlin : kotlin-test-junit5 | jar | 1.5.21 |
org.assertj : assertj-core | jar | 3.20.2 |