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