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