The latest release is Apache Tamaya 0.2-incubating. You can download it it from the Apache Software Foundation Distribution Directory.

The release notes for each release of Apache Tamaya can be found at the release history page.

1. Current Source Code

Downloading of the the current state of the project can be done by

  • cloning the GitHub mirror

  • Github also provides an easy way to dowload the current project source as zip archive.

2. Maven Dependencies

<dependency>
    <groupId>org.apache.tamaya</groupId>
    <artifactId>tamaya-api</artifactId>
    <version>0.2-incubating</version>
</dependency>
<dependency>
    <groupId>org.apache.tamaya</groupId>
    <artifactId>tamaya-core</artifactId>
    <version>0.2-incubating</version>
</dependency>

3. Previous Releases

All previous releases can also be found at the Apache Software Foundation Distribution Directory. In our release history overview you can find all previous releases of Tamaya.

4. Verifying Releases

It is essential that you verify the integrity of any downloaded files using the PGP or MD5 signatures. For more information on signing artifacts and why we do it, check out the Release Signing FAQ.

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

$ pgpk -a KEYS
$ pgpv tamaya-project-1.2.0-source-release.zip.asc

or

$ pgp -ka KEYS
$ pgp tamaya-project-1.2.0-source-release.zip.asc

or

$ gpg --import KEYS
$ gpg --verify tamaya-project-1.2.0-source-release.zip.asc
Last updated 2016-07-13 23:25:59 +02:00

Back to top

Version: 0.3-incubating-SNAPSHOT. Last Published: 2016-07-13.

Reflow Maven skin by Andrius Velykis.