is not current version
Last Version 2.7

org.apache.xmlgraphics:fop 2.4

XML Graphics Format Object Processor All-In-One

GroupId

GroupId

org.apache.xmlgraphics
ArtifactId

ArtifactId

fop
Version

Version

2.4
Type

Type

jar

Download fop 2.4

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

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