<dependency> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop</artifactId> <version>2.4</version> </dependency>
implementation 'org.apache.xmlgraphics:fop:2.4'
implementation("org.apache.xmlgraphics:fop:2.4")
libraryDependencies += "org.apache.xmlgraphics" % "fop" % "2.4"
@Grapes( @Grab(group='org.apache.xmlgraphics', module='fop', version='2.4') )
<dependency org="org.apache.xmlgraphics" name="fop" rev="2.4" />
[org.apache.xmlgraphics/fop "2.4"]
'org.apache.xmlgraphics:fop:jar:2.4'
<parent> <groupId>org.apache.xmlgraphics</groupId> <artifactId>fop-parent</artifactId> <version>2.4</version> </parent>
compile
|-- org.apache.xmlgraphics:fop-util
|-- org.apache.xmlgraphics:fop-events
|-- org.apache.xmlgraphics:fop-core
test
|-- junit:junit