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