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