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