is not current version
Last Version 3.3.0

de.codecentric.hikaku:hikaku-core 3.1.1

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.

GroupId

GroupId

de.codecentric.hikaku
ArtifactId

ArtifactId

hikaku-core
Version

Version

3.1.1
Type

Type

jar

Download hikaku-core 3.1.1


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