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