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