License |
License |
---|---|
GroupId | GroupIdcom.github.shalousun |
ArtifactId | ArtifactIdsmart-doc |
Version | Version2.4.0 |
Type | Typejar |
Description |
Descriptionsmart-doc
Smart-doc is a tool that supports both JAVA RESTFUL API and Apache Dubbo RPC interface document
generation.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
smart-doc-2.4.0.pom | |
smart-doc-2.4.0.jar | 416 KB |
smart-doc-2.4.0-sources.jar | 332 KB |
smart-doc-2.4.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shalousun/smart-doc/ -->
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>2.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shalousun/smart-doc/
implementation 'com.github.shalousun:smart-doc:2.4.0'
// https://jarcasting.com/artifacts/com.github.shalousun/smart-doc/
implementation ("com.github.shalousun:smart-doc:2.4.0")
'com.github.shalousun:smart-doc:jar:2.4.0'
<dependency org="com.github.shalousun" name="smart-doc" rev="2.4.0">
<artifact name="smart-doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shalousun', module='smart-doc', version='2.4.0')
)
libraryDependencies += "com.github.shalousun" % "smart-doc" % "2.4.0"
[com.github.shalousun/smart-doc "2.4.0"]
Group / Artifact | Type | Version |
---|---|---|
com.ibeetl : beetl | jar | 3.9.3.RELEASE |
com.thoughtworks.qdox : qdox | jar | 2.0.1 |
net.datafaker : datafaker | jar | 1.1.0 |
com.github.shalousun : common-util | jar | 2.1.1 |
com.google.code.gson : gson | jar | 2.8.9 |
org.slf4j : slf4j-api | jar | 1.7.33 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter | jar | 5.8.1 |