Files download
File Operation
axf-util-1.2.7R.jar download
axf-util-1.2.7R.pom download
axf-util-1.2.7R-sources.jar download
Apache Maven
<dependency>
  <groupId>com.axinfu</groupId>
  <artifactId>axf-util</artifactId>
  <version>1.2.7R</version>
</dependency>
Gradle Groovy
implementation 'com.axinfu:axf-util:1.2.7R'
Gradle Kotlin
implementation("com.axinfu:axf-util:1.2.7R")
Scala SBT
libraryDependencies += "com.axinfu" % "axf-util" % "1.2.7R"
Groovy Grape
@Grapes(
  @Grab(group='com.axinfu', module='axf-util', version='1.2.7R')
)
Apache Ivy
<dependency org="com.axinfu" name="axf-util" rev="1.2.7R" />
Leiningen
[com.axinfu/axf-util "1.2.7R"]
Apache Buildr
'com.axinfu:axf-util:jar:1.2.7R'