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