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