e

exist-xslfo

eXist-db XQuery XSL:FO Module
文件下载
文件名 操作
exist-xslfo-6.0.0.jar 下载
exist-xslfo-6.0.0.pom 下载
exist-xslfo-6.0.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.exist-db</groupId>
  <artifactId>exist-xslfo</artifactId>
  <version>6.0.0</version>
</dependency>
Gradle Groovy
implementation 'org.exist-db:exist-xslfo:6.0.0'
Gradle Kotlin
implementation("org.exist-db:exist-xslfo:6.0.0")
Scala SBT
libraryDependencies += "org.exist-db" % "exist-xslfo" % "6.0.0"
Groovy Grape
@Grapes(
  @Grab(group='org.exist-db', module='exist-xslfo', version='6.0.0')
)
Apache Ivy
<dependency org="org.exist-db" name="exist-xslfo" rev="6.0.0" />
Leiningen
[org.exist-db/exist-xslfo "6.0.0"]
Apache Buildr
'org.exist-db:exist-xslfo:jar:6.0.0'