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