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