blob: b7dd4f21c1779ae2c16f2b2cfa358ff406d99da3 [file] [log] [blame]
Title: Download Apache(tm) Batik
#Download Apache™ Batik
## Download a Release { #release}
Source ("-src") and binary ("-bin") distributions can be downloaded from a [Apache™ Batik Distribution Mirror](https://www.apache.org/dyn/closer.cgi/xmlgraphics/batik).
It is essential to verify the integrity of the downloaded files. See [Verifying ASF Releases](https://www.apache.org/info/verification.html) for more information on why and how.
Here are the links to each packages signature and checksum files. Signatures can be verified by using our [KEYS](https://www.apache.org/dist/xmlgraphics/batik/KEYS) file.
| | | | |
|-----|-----|-----|-----|
| [batik-bin-1.16.tar.gz](https://www.apache.org/dyn/closer.cgi?filename=/xmlgraphics/batik/binaries/batik-bin-1.16.tar.gz&action=download) | [PGP](https://www.apache.org/dist/xmlgraphics/batik/binaries/batik-bin-1.16.tar.gz.asc) | [SHA512](https://www.apache.org/dist/xmlgraphics/batik/binaries/batik-bin-1.16.tar.gz.sha512) |
| [batik-bin-1.16.zip](https://www.apache.org/dyn/closer.cgi?filename=/xmlgraphics/batik/binaries/batik-bin-1.16.zip&action=download) | [PGP](https://www.apache.org/dist/xmlgraphics/batik/binaries/batik-bin-1.16.zip.asc) | [SHA512](https://www.apache.org/dist/xmlgraphics/batik/binaries/batik-bin-1.16.zip.sha512) |
| [batik-src-1.16.tar.gz](https://www.apache.org/dyn/closer.cgi?filename=/xmlgraphics/batik/source/batik-src-1.16.tar.gz&action=download) | [PGP](https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-1.16.tar.gz.asc) | [SHA512](https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-1.16.tar.gz.sha512) |
| [batik-src-1.16.zip](https://www.apache.org/dyn/closer.cgi?filename=/xmlgraphics/batik/source/batik-src-1.16.zip&action=download) | [PGP](https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-1.16.zip.asc) | [SHA512](https://www.apache.org/dist/xmlgraphics/batik/source/batik-src-1.16.zip.sha512) |
## Archive Download { #archives}
Batik archive distributions can be downloaded from the Batik Archives [binaries](https://archive.apache.org/dist/xmlgraphics/batik/binaries/) & [source](https://archive.apache.org/dist/xmlgraphics/batik/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](http://xmlgraphics.apache.org/security.html) 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.16</version>
</dependency>