Title: Download
Notice: Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
.
http://www.apache.org/licenses/LICENSE-2.0
.
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
[TOC]
***
# Latest Release
Latest release is 0.1-incubating you can download it from
[http://www.apache.org/dist/incubator/tamaya/0.1-incubating][2].
The release notes are available [here][4].
# Current Source Code
Downloading of the the current state of the project can be done by
* cloning the [GitHub mirror][1].
* Github also provides an easy way to dowload the current project source as zip archive.
* cloning the APache Source tree, see [source section][3].
# Maven Dependencies
Details are available here.
# Previous Releases
See Release-Archive
# 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](http://www.apache.org/dev/release-signing.html).
The PGP signatures can be verified using PGP or GPG. First download the [KEYS](http://www.apache.org/dist/tamaya/KEYS)
as well as the asc signature file for the artifact. Make sure you get
these files from the
[main distribution directory](http://www.apache.org/dist/tamaya/),
rather than from a
[mirror](http://www.apache.org/dyn/closer.cgi/tamaya/).
Then verify the signatures using e.g.:
:::sh
$ pgpk -a KEYS
$ pgpv tamaya-project-1.2.0-source-release.zip.asc
or
:::sh
$ pgp -ka KEYS
$ pgp tamaya-project-1.2.0-source-release.zip.asc
or
:::sh
$ gpg --import KEYS
$ gpg --verify tamaya-project-1.2.0-source-release.zip.asc
[1]: https://github.com/apache/incubator-tamaya
[2]: http://www.apache.org/dist/incubator/tamaya/0.1-incubating
[3]: source.html
[4]: http://www.apache.org/dist/incubator/tamaya/0.1-incubating/ReleaseNotes-0.1-incubating.html