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