GroupId | GroupIdcom.github.shalousun |
---|---|
ArtifactId | ArtifactIdsmart-doc |
Version | Version2.0.3 |
Type | Typejar |
Filename | Size |
---|---|
smart-doc-2.0.3.pom | |
smart-doc-2.0.3.jar | 230 KB |
smart-doc-2.0.3-sources.jar | 186 KB |
smart-doc-2.0.3-javadoc.jar | 603 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shalousun/smart-doc/ -->
<dependency>
<groupId>com.github.shalousun</groupId>
<artifactId>smart-doc</artifactId>
<version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shalousun/smart-doc/
implementation 'com.github.shalousun:smart-doc:2.0.3'
// https://jarcasting.com/artifacts/com.github.shalousun/smart-doc/
implementation ("com.github.shalousun:smart-doc:2.0.3")
'com.github.shalousun:smart-doc:jar:2.0.3'
<dependency org="com.github.shalousun" name="smart-doc" rev="2.0.3">
<artifact name="smart-doc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shalousun', module='smart-doc', version='2.0.3')
)
libraryDependencies += "com.github.shalousun" % "smart-doc" % "2.0.3"
[com.github.shalousun/smart-doc "2.0.3"]