is not current version
Last Version 3.3.0

de.codecentric.hikaku:hikaku-raml 3.0.0

A library to test if the implementation of a REST-API meets its specification. This module contains a converter for raml specifications.

GroupId

GroupId

de.codecentric.hikaku
ArtifactId

ArtifactId

hikaku-raml
Version

Version

3.0.0
Type

Type

jar

Download hikaku-raml 3.0.0


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