Download Apache™ Batik
Download a Release
Source ("-src") and binary ("-bin") distributions can be downloaded from a Apache™ Batik Distribution Mirror.
It is essential to verify the integrity of the downloaded files. See Verifying ASF Releases for more information on why and how.
Here are the links to each package’s signature and checksum files. Signatures can be verified by using our KEYS file.
batik-bin-1.18.tar.gz | PGP | SHA512 | |
batik-bin-1.18.zip | PGP | SHA512 | |
batik-src-1.18.tar.gz | PGP | SHA512 | |
batik-src-1.18.zip | PGP | SHA512 |
Archive Download
Batik archive distributions can be downloaded from the Batik Archives binaries & source links.
Note that the only change between versions 1.7.1 and 1.7 and between versions 1.6.1 and 1.6 is the security fix for the XXE vulnerability CVE-2015-0250 (see the XML Graphics Security page).
Maven
To use the latest release you'll need to add the following dependency:
<dependency>
<groupId>org.apache.xmlgraphics</groupId>
<artifactId>batik-all</artifactId>
<version>1.18</version>
</dependency>