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