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