e

exist-xslfo

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