is not current version
Last Version 2.4

com.github.liuhuagui:smalldoc 2.2

Zero-intrusion Java Restful API documentation tool based on code comments.

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.liuhuagui
ArtifactId

ArtifactId

smalldoc
Version

Version

2.2
Type

Type

pom

Download smalldoc 2.2

Filename Size
smalldoc-2.2.pom 5 KB
Browse

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