a

antx-autoconfig

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