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