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