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