is not current version
Last Version 3.3.0

de.codecentric.hikaku:hikaku-raml 3.1.1

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.1.1
Type

Type

jar

Download hikaku-raml 3.1.1


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