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