is not current version
Last Version 2.1.0+2

io.gitee.jetmit:smart-doc 2.1.0+1

Smart-doc is a tool that supports both JAVA RESTFUL API and Apache Dubbo RPC interface document generation. (自用魔改版)

GroupId

GroupId

io.gitee.jetmit
ArtifactId

ArtifactId

smart-doc
Version

Version

2.1.0+1
Type

Type

jar

Download smart-doc 2.1.0+1


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