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