is not current version
Last Version 3.3.0

de.codecentric.hikaku:hikaku-jax-rs 3.0.0

A library that tests if the implementation of a REST-API meets its specification. This module contains a converter for jax-rs implementations.

GroupId

GroupId

de.codecentric.hikaku
ArtifactId

ArtifactId

hikaku-jax-rs
Version

Version

3.0.0
Type

Type

jar

Download hikaku-jax-rs 3.0.0


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