b

batik-gvt

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