is not current version
Last Version 0.4

com.github.lightdocs:lightdocs 0.3

A JAXRS API Documentation Framework and DSL

GroupId

GroupId

com.github.lightdocs
ArtifactId

ArtifactId

lightdocs
Version

Version

0.3
Type

Type

jar

Download lightdocs 0.3


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