Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdio.github.restdocsext |
ArtifactId | ArtifactIdrestdocsext-jersey |
Version | Version0.1.1 |
Type | Typejar |
Filename | Size |
---|---|
restdocsext-jersey-0.1.1.pom | |
restdocsext-jersey-0.1.1.jar | 31 KB |
restdocsext-jersey-0.1.1-sources.jar | 24 KB |
restdocsext-jersey-0.1.1-javadoc.jar | 75 KB |
Browse |
<!-- 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"]