is not current version
Last Version 2.4.7

com.github.shalousun:smart-doc 2.2.8

Smart-doc is a tool that supports both JAVA RESTFUL API and Apache Dubbo RPC interface document generation.

GroupId

GroupId

com.github.shalousun
ArtifactId

ArtifactId

smart-doc
Version

Version

2.2.8
Type

Type

jar

Download smart-doc 2.2.8


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