Last Version

hikaku 1.0.0

A library to test if the implementation of a REST-API meets it's specification.

License

License

GroupId

GroupId

de.codecentric.hikaku
ArtifactId

ArtifactId

hikaku
Version

Version

1.0.0
Type

Type

jar
Description

Description

hikaku
A library to test if the implementation of a REST-API meets it's specification.
Project URL

Project URL

https://github.com/codecentric/hikaku
Source Code Management

Source Code Management

https://github.com/codecentric/hikaku

Download hikaku 1.0.0


<!-- https://jarcasting.com/artifacts/de.codecentric.hikaku/hikaku/ -->
<dependency>
    <groupId>de.codecentric.hikaku</groupId>
    <artifactId>hikaku</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.codecentric.hikaku/hikaku/
implementation 'de.codecentric.hikaku:hikaku:1.0.0'
// https://jarcasting.com/artifacts/de.codecentric.hikaku/hikaku/
implementation ("de.codecentric.hikaku:hikaku:1.0.0")
'de.codecentric.hikaku:hikaku:jar:1.0.0'
<dependency org="de.codecentric.hikaku" name="hikaku" rev="1.0.0">
  <artifact name="hikaku" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.codecentric.hikaku', module='hikaku', version='1.0.0')
)
libraryDependencies += "de.codecentric.hikaku" % "hikaku" % "1.0.0"
[de.codecentric.hikaku/hikaku "1.0.0"]

Dependencies

runtime (4)

Group / Artifact Type Version
io.swagger.parser.v3 : swagger-parser-v3 jar 2.0.8
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.3.20
org.jetbrains.kotlin : kotlin-reflect jar 1.3.20
org.jetbrains.kotlin : kotlin-test jar 1.3.20

test (6)

Group / Artifact Type Version
org.junit.platform : junit-platform-launcher jar 1.3.2
org.junit.jupiter : junit-jupiter-engine jar 5.3.2
org.jetbrains.kotlin : kotlin-test-junit5 jar 1.3.11
org.assertj : assertj-core jar 3.11.1
org.springframework.boot : spring-boot-starter-test jar 2.1.2.RELEASE
org.springframework.boot : spring-boot-starter-web jar 2.1.2.RELEASE

Project Modules

There are no modules declared in this project.