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