is not current version
Last Version 2.7

org.apache.xmlgraphics:fop 2.1

Apache FOP (Formatting Objects Processor) is the world's first print formatter driven by XSL formatting objects (XSL-FO) and the world's first output independent formatter. It is a Java application that reads a formatting object (FO) tree and renders the resulting pages to a specified output. Output formats currently supported include PDF, PCL, PS, AFP, TIFF, PNG, SVG, XML (area tree representation), Print, AWT and TXT. The primary output target is PDF.

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

fop
Version

Version

2.1
Type

Type

jar

Download fop 2.1


<!-- https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/ -->
<dependency>
    <groupId>org.apache.xmlgraphics</groupId>
    <artifactId>fop</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/
implementation 'org.apache.xmlgraphics:fop:2.1'
// https://jarcasting.com/artifacts/org.apache.xmlgraphics/fop/
implementation ("org.apache.xmlgraphics:fop:2.1")
'org.apache.xmlgraphics:fop:jar:2.1'
<dependency org="org.apache.xmlgraphics" name="fop" rev="2.1">
  <artifact name="fop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.xmlgraphics', module='fop', version='2.1')
)
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "2.1"
[org.apache.xmlgraphics/fop "2.1"]