文件下载
文件名 操作
xml-calabash_2.13-2.99.11.jar 下载
xml-calabash_2.13-2.99.11.pom 下载
xml-calabash_2.13-2.99.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.xmlcalabash</groupId>
  <artifactId>xml-calabash_2.13</artifactId>
  <version>2.99.11</version>
</dependency>
Gradle Groovy
implementation 'com.xmlcalabash:xml-calabash_2.13:2.99.11'
Gradle Kotlin
implementation("com.xmlcalabash:xml-calabash_2.13:2.99.11")
Scala SBT
libraryDependencies += "com.xmlcalabash" % "xml-calabash_2.13" % "2.99.11"
Groovy Grape
@Grapes(
  @Grab(group='com.xmlcalabash', module='xml-calabash_2.13', version='2.99.11')
)
Apache Ivy
<dependency org="com.xmlcalabash" name="xml-calabash_2.13" rev="2.99.11" />
Leiningen
[com.xmlcalabash/xml-calabash_2.13 "2.99.11"]
Apache Buildr
'com.xmlcalabash:xml-calabash_2.13:jar:2.99.11'