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