b

batik-gvt

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