is not current version
Last Version 1.0.0

io.github.restdocsext:restdocsext-jersey 0.1.1

An extension of Spring REST Docs that allows for snippet creating using Jersey Client.

Categories

Categories

Jersey Program Interface REST Frameworks
GroupId

GroupId

io.github.restdocsext
ArtifactId

ArtifactId

restdocsext-jersey
Version

Version

0.1.1
Type

Type

jar

Download restdocsext-jersey 0.1.1


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