Last Version

smalldoc 2.4

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

License

License

Categories

Categories

GUI User Interface
GroupId

GroupId

com.github.liuhuagui
ArtifactId

ArtifactId

smalldoc
Version

Version

2.4
Type

Type

pom
Description

Description

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

Project URL

https://github.com/liuhuagui/smalldoc
Source Code Management

Source Code Management

https://github.com/liuhuagui/smalldoc

Download smalldoc 2.4

Filename Size
smalldoc-2.4.pom 6 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • smalldoc-core
  • smalldoc-spring-boot-starter