e

exist-xslfo

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