f

fop

XML Graphics Format Object Processor All-In-One
Files download
File Operation
fop-2.8.jar download
fop-2.8.pom download
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>fop</artifactId>
  <version>2.8</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:fop:2.8'
Gradle Kotlin
implementation("org.apache.xmlgraphics:fop:2.8")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "2.8"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='fop', version='2.8')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="fop" rev="2.8" />
Leiningen
[org.apache.xmlgraphics/fop "2.8"]
Apache Buildr
'org.apache.xmlgraphics:fop:jar:2.8'