is not current version
Last Version 2.7

org.apache.xmlgraphics:fop 2.5

XML Graphics Format Object Processor All-In-One

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

fop
Version

Version

2.5
Type

Type

jar

Download fop 2.5

Filename Size
fop-2.5.pom
fop-2.5.jar 4 MB
Browse

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