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