Download

The first release of Apache Ivy as a sub project of Ant, 2.0.0-beta1, is available. Check the release notes.

Use the links below to download a distribution of Ivy from one of our mirrors. It is good practice to verify the integrity of the distribution files, especially if you are using one of our mirror sites. To do this you must use the signatures from our main distribution directory.

Ivy is distributed as zip and tar.gz archives - the contents are the same. Please note that the tar.gz archives contain file names longer than 100 characters and have been created using GNU tar extensions. Thus they must be untarred with a GNU compatible version of tar.

If you do not see the file you need in the links below, please see the master distribution directory or, preferably, its mirror.

Select mirror

You are currently using [preferred]. If you encounter a problem with this mirror, please select another mirror. If all mirrors are failing, there are backup mirrors (at the end of the mirrors list) that should be available.

Other mirrors:

Ivy 2.0.0-beta1

Ivy 2.0.0-beta1 has been released on 13-Dec-2007 and may not be available on all mirrors for a few days.

To get information about the different kind of distributions, see that page.
binary apache-ivy-2.0.0-beta1-bin.zip (PGP SHA1 MD5)
apache-ivy-2.0.0-beta1-bin.tar.gz (PGP SHA1 MD5)
binary-with-dependencies apache-ivy-2.0.0-beta1-bin-with-deps.zip (PGP SHA1 MD5)
apache-ivy-2.0.0-beta1-bin-with-deps.tar.gz (PGP SHA1 MD5)
sources apache-ivy-2.0.0-beta1-src.zip (PGP SHA1 MD5)
apache-ivy-2.0.0-beta1-src.tar.gz (PGP SHA1 MD5)

Building from source

What you can get here at the ASF is the latest sources from the Subversion repository:
svn co https://svn.apache.org/repos/asf/ant/ivy/core/trunk ivy
Then to build Ivy from source, assuming you have ant 1.6.2+ and a jdk 1.4+ installed, then you only need to run the following command:
ant jar
Then you will find ivy.jar in build/artifact.

Snapshot build

We drop snapshot builds from time to time to help people give early testing, without going into the full release process. These snapshot builds are usually built from the trunk with no other testing than our unit tests suite. Here is where they can be found:
http://ant.apache.org/ivy/downloads/latest/

Verify Releases

It is essential that you verify the integrity of the downloaded files using the PGP signature or the SHA1 or MD5 checksums. The checksums are not as strong indicators as the PGP signature.

The PGP signatures can be verified using PGP or GPG. First download the KEYS as well as the asc signature file for the particular distribution. 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-ivy-2.0.0-beta1-bin.tar.gz.asc
or
% pgp -ka KEYS
% pgp apache-ivy-2.0.0-beta1-bin.tar.gz.asc
or
% gpg --import KEYS
% gpg --verify apache-ivy-2.0.0-beta1-bin.tar.gz.asc
Alternatively, you can verify the checksums on the files. Unix programs called md5/sha1 or md5sum/sha1sum are included in many unix distributions. *sum is also available as part of GNU Textutils. Windows users can get binary md5 programs from here, here. fsum supports MD5 and SHA1.

We highly recommend to verify the PGP signature, though.

Latest stable version (not Apache)

The latest stable version of Ivy is 1.4.1, and is not an Apache incubating release, but a release done while Ivy was still hosted by jayasoft: For previous version information and download, see the history page.