f

fop-core

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