文件下载
文件名 操作
ABC-commons-1.1.1.jar 下载
ABC-commons-1.1.1.pom 下载
ABC-commons-1.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.zon-g</groupId>
  <artifactId>ABC-commons</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.zon-g:ABC-commons:1.1.1'
Gradle Kotlin
implementation("io.github.zon-g:ABC-commons:1.1.1")
Scala SBT
libraryDependencies += "io.github.zon-g" % "ABC-commons" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.zon-g', module='ABC-commons', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.zon-g" name="ABC-commons" rev="1.1.1" />
Leiningen
[io.github.zon-g/ABC-commons "1.1.1"]
Apache Buildr
'io.github.zon-g:ABC-commons:jar:1.1.1'