| License |
License |
|---|---|
| GroupId | GroupIdcom.github.mibo |
| ArtifactId | ArtifactIdjaxrsdoc |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJAX-RS Documentation
Generates REST documentation by analysing JAX-RS projects.
|
| Filename | Size |
|---|---|
| jaxrsdoc-1.1.0.pom | |
| jaxrsdoc-1.1.0.jar | 3 MB |
| jaxrsdoc-1.1.0-sources.jar | 141 KB |
| jaxrsdoc-1.1.0-javadoc.jar | 578 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mibo/jaxrsdoc/ -->
<dependency>
<groupId>com.github.mibo</groupId>
<artifactId>jaxrsdoc</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mibo/jaxrsdoc/
implementation 'com.github.mibo:jaxrsdoc:1.1.0'
// https://jarcasting.com/artifacts/com.github.mibo/jaxrsdoc/
implementation ("com.github.mibo:jaxrsdoc:1.1.0")
'com.github.mibo:jaxrsdoc:jar:1.1.0'
<dependency org="com.github.mibo" name="jaxrsdoc" rev="1.1.0">
<artifact name="jaxrsdoc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mibo', module='jaxrsdoc', version='1.1.0')
)
libraryDependencies += "com.github.mibo" % "jaxrsdoc" % "1.1.0"
[com.github.mibo/jaxrsdoc "1.1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.mockito : mockito-core | jar | 1.10.19 |
| net.jcip : jcip-annotations | jar | 1.0 |