JAX-RS Documentation

Generates REST documentation by analysing JAX-RS projects.

License

License

GroupId

GroupId

com.github.mibo
ArtifactId

ArtifactId

jaxrsdoc
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

JAX-RS Documentation
Generates REST documentation by analysing JAX-RS projects.

Download jaxrsdoc

How to add to project

<!-- 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"]

Dependencies

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19
net.jcip : jcip-annotations jar 1.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0