is not current version
Last Version 1.1.0

com.github.mibo:jaxrsdoc 1.0.0

Generates REST documentation by analysing JAX-RS projects.

GroupId

GroupId

com.github.mibo
ArtifactId

ArtifactId

jaxrsdoc
Version

Version

1.0.0
Type

Type

jar

Download jaxrsdoc 1.0.0


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