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