Files download
File Operation
smart-doc-1.6.jar download
smart-doc-1.6.pom download
smart-doc-1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.shalousun</groupId>
  <artifactId>smart-doc</artifactId>
  <version>1.6</version>
</dependency>
Gradle Groovy
implementation 'com.github.shalousun:smart-doc:1.6'
Gradle Kotlin
implementation("com.github.shalousun:smart-doc:1.6")
Scala SBT
libraryDependencies += "com.github.shalousun" % "smart-doc" % "1.6"
Groovy Grape
@Grapes(
  @Grab(group='com.github.shalousun', module='smart-doc', version='1.6')
)
Apache Ivy
<dependency org="com.github.shalousun" name="smart-doc" rev="1.6" />
Leiningen
[com.github.shalousun/smart-doc "1.6"]
Apache Buildr
'com.github.shalousun:smart-doc:jar:1.6'