com.wadpam:docrest-doclet

A javadoc doclet to create REST-JSON API specs

License

License

GroupId

GroupId

com.wadpam
ArtifactId

ArtifactId

docrest-doclet
Last Version

Last Version

1.23
Release Date

Release Date

Type

Type

jar
Description

Description

com.wadpam:docrest-doclet
A javadoc doclet to create REST-JSON API specs

Download docrest-doclet

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.wadpam : docrest-api jar 1.23
org.apache.velocity : velocity jar 1.5
javax.servlet : servlet-api jar 2.5
org.springframework : spring-webmvc jar 3.0.6.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.1

system (1)

Group / Artifact Type Version
com.sun » tools jar 1.7.0

Project Modules

There are no modules declared in this project.

docrest

REST API doclet

Versions

Version
1.23
1.22