Files download
File Operation
batik-1.14.pom download
Apache Maven
<dependency>
  <groupId>org.apache.xmlgraphics</groupId>
  <artifactId>batik</artifactId>
  <version>1.14</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.apache.xmlgraphics:batik:1.14'
Gradle Kotlin
implementation("org.apache.xmlgraphics:batik:1.14")
Scala SBT
libraryDependencies += "org.apache.xmlgraphics" % "batik" % "1.14"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.xmlgraphics', module='batik', version='1.14')
)
Apache Ivy
<dependency org="org.apache.xmlgraphics" name="batik" rev="1.14" />
Leiningen
[org.apache.xmlgraphics/batik "1.14"]
Apache Buildr
'org.apache.xmlgraphics:batik:jar:1.14'
Dependencies
The project has no third-party dependencies