a

antx-autoexpand

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