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