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