b

batik-gvt

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