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