x

xmlcalabash1-print

XML Calabash support for printing with FO and CSS
https://github.com/ndw/xmlcalabash1-print
The Apache Software License, Version 2.0
Norman Walsh
文件下载
文件名 操作
xmlcalabash1-print-1.2.0.jar 下载
xmlcalabash1-print-1.2.0.pom 下载
xmlcalabash1-print-1.2.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.xmlcalabash</groupId>
  <artifactId>xmlcalabash1-print</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.xmlcalabash:xmlcalabash1-print:1.2.0'
Gradle Kotlin
implementation("com.xmlcalabash:xmlcalabash1-print:1.2.0")
Scala SBT
libraryDependencies += "com.xmlcalabash" % "xmlcalabash1-print" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.xmlcalabash', module='xmlcalabash1-print', version='1.2.0')
)
Apache Ivy
<dependency org="com.xmlcalabash" name="xmlcalabash1-print" rev="1.2.0" />
Leiningen
[com.xmlcalabash/xmlcalabash1-print "1.2.0"]
Apache Buildr
'com.xmlcalabash:xmlcalabash1-print:jar:1.2.0'