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