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