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