| License |
License |
|---|---|
| Categories |
CategoriesJersey Program Interface REST Frameworks |
| GroupId | GroupIdio.github.restdocsext |
| ArtifactId | ArtifactIdrestdocsext-jersey |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionRESTDocsEXT Jersey
An extension of Spring REST Docs that allows for snippet creating using Jersey Client.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| restdocsext-jersey-1.0.0.pom | |
| restdocsext-jersey-1.0.0.jar | 30 KB |
| restdocsext-jersey-1.0.0-sources.jar | 24 KB |
| restdocsext-jersey-1.0.0-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>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.restdocsext/restdocsext-jersey/
implementation 'io.github.restdocsext:restdocsext-jersey:1.0.0'
// https://jarcasting.com/artifacts/io.github.restdocsext/restdocsext-jersey/
implementation ("io.github.restdocsext:restdocsext-jersey:1.0.0")
'io.github.restdocsext:restdocsext-jersey:jar:1.0.0'
<dependency org="io.github.restdocsext" name="restdocsext-jersey" rev="1.0.0">
<artifact name="restdocsext-jersey" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.restdocsext', module='restdocsext-jersey', version='1.0.0')
)
libraryDependencies += "io.github.restdocsext" % "restdocsext-jersey" % "1.0.0"
[io.github.restdocsext/restdocsext-jersey "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.glassfish.jersey.core : jersey-client | jar | 2.10.4 |
| org.glassfish.jersey.media : jersey-media-multipart | jar | 2.10.4 |
| org.glassfish.jersey.media : jersey-media-json-jackson | jar | 2.10.4 |
| commons-io : commons-io | jar | 2.4 |
| org.springframework.restdocs : spring-restdocs-core | jar | 2.0.0.RELEASE |