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