Download Apache SIS

Apache SIS 0.1-incubating is now available. See the CHANGES.txt file for more information on the list of updates in this initial release.

Apache SIS releases are available under the Apache License, Version 2.0. See the NOTICE.txt file contained in each release artifact for applicable copyright attribution notices.

If you are looking for previous releases of Apache SIS, have a look in the incubator archives.

Verify

It is essential that you verify the integrity of the downloaded files using the PGP signatures. Please read Verifying Apache HTTP Server Releases for more information on why you should verify our releases.

The PGP signatures can be verified using PGP or GPG. First download the KEYS file as well as the .asc signature files for the relevant release packages. Make sure you get these files from the main distribution directory, rather than from a mirror. Then verify the signatures using

% pgpk -a KEYS
% pgpv apache-sis-X.Y.Z.tar.gz.asc

or

% pgp -ka KEYS
% pgp apache-sis-X.Y.Z.tar.gz.asc

or

% gpg --import KEYS
% gpg --verify apache-sis-X.Y.Z.tar.gz.asc