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