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