b

batik-gvt

Batik Graphics Vector Tree (GVT)
Files download
File Operation
batik-gvt-1.14.jar download
batik-gvt-1.14.pom download
batik-gvt-1.14-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>batik-gvt</artifactId>
  <version>1.14</version>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:batik-gvt:1.14'
Gradle Kotlin
implementation("org.apache.xmlgraphics:batik-gvt:1.14")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "batik-gvt" % "1.14"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='batik-gvt', version='1.14')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="batik-gvt" rev="1.14" />
Leiningen
[org.apache.xmlgraphics/batik-gvt "1.14"]
Apache Buildr
'org.apache.xmlgraphics:batik-gvt:jar:1.14'