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