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