Index of /dist/commons

Apache Commons Project Distributions

The most recent source and binary releases for the Apache Commons project are available from this directory listing. For older releases, please use the archives.

Important Notices

Icon  Name                                  Last modified      Size  Description
[PARENTDIR] Parent Directory - [   ] commons-digester-1.8.1-src.tar.gz 2009-01-03 21:24 296K [TXT] commons-digester-1.8.1-src.tar.gz.asc 2009-01-03 21:24 194 [TXT] commons-digester-1.8.1-src.tar.gz.md5 2009-01-03 21:24 32 [   ] commons-digester-1.8.1-src.zip 2009-01-03 21:24 532K [TXT] commons-digester-1.8.1-src.zip.asc 2009-01-03 21:24 194 [TXT] commons-digester-1.8.1-src.zip.md5 2009-01-03 21:24 32 [   ] commons-digester-2.1-src.tar.gz 2010-09-22 10:47 297K [TXT] commons-digester-2.1-src.tar.gz.asc 2010-09-22 10:47 194 [TXT] commons-digester-2.1-src.tar.gz.md5 2010-09-22 10:47 32 [TXT] commons-digester-2.1-src.tar.gz.sha1 2010-09-22 10:47 40 [   ] commons-digester-2.1-src.zip 2010-09-22 10:47 622K [TXT] commons-digester-2.1-src.zip.asc 2010-09-22 10:47 194 [TXT] commons-digester-2.1-src.zip.md5 2010-09-22 10:47 32 [TXT] commons-digester-2.1-src.zip.sha1 2010-09-22 10:47 40 [   ] commons-digester3-3.0-src.tar.gz 2011-07-06 11:26 304K [TXT] commons-digester3-3.0-src.tar.gz.asc 2011-11-04 15:40 195 [TXT] commons-digester3-3.0-src.tar.gz.md5 2011-07-06 11:26 32 [TXT] commons-digester3-3.0-src.tar.gz.sha1 2011-07-06 11:26 40 [   ] commons-digester3-3.0-src.zip 2011-07-06 11:26 704K [TXT] commons-digester3-3.0-src.zip.asc 2011-11-04 15:40 195 [TXT] commons-digester3-3.0-src.zip.md5 2011-07-06 11:26 32 [TXT] commons-digester3-3.0-src.zip.sha1 2011-07-06 11:26 40 [   ] commons-digester3-3.1-src.tar.gz 2011-10-28 21:54 303K [TXT] commons-digester3-3.1-src.tar.gz.asc 2011-11-04 12:25 195 [TXT] commons-digester3-3.1-src.tar.gz.md5 2011-10-28 21:54 32 [TXT] commons-digester3-3.1-src.tar.gz.sha1 2011-10-28 21:54 40 [   ] commons-digester3-3.1-src.zip 2011-10-28 21:54 706K [TXT] commons-digester3-3.1-src.zip.asc 2011-11-04 12:25 195 [TXT] commons-digester3-3.1-src.zip.md5 2011-10-28 21:54 32 [TXT] commons-digester3-3.1-src.zip.sha1 2011-10-28 21:54 40 [   ] commons-digester3-3.2-src.tar.gz 2011-12-13 21:56 317K [TXT] commons-digester3-3.2-src.tar.gz.asc 2011-12-13 21:56 195 [TXT] commons-digester3-3.2-src.tar.gz.md5 2011-12-13 21:56 33 [TXT] commons-digester3-3.2-src.tar.gz.sha1 2011-12-13 21:56 41 [   ] commons-digester3-3.2-src.zip 2011-12-13 21:56 732K [TXT] commons-digester3-3.2-src.zip.asc 2011-12-13 21:56 195 [TXT] commons-digester3-3.2-src.zip.md5 2011-12-13 21:56 33 [TXT] commons-digester3-3.2-src.zip.sha1 2011-12-13 21:56 41

Commons-Digester v2.0

This is the 2.0 version of commons-digester. It is available in both binary and source distributions.

Note: The tar files in the distribution use GNU tar extensions and must be untarred with a GNU compatible version of tar. The version of tar on Solaris and Mac OS X will not work with these files

Changes

The changes in this release are detailed in the release notes.

Thank you for using Digester.

From the Apache Commons Project
http://commons.apache.org/

Signatures

Many of the files have been digitally signed using GnuPG. If so, there will be an accompanying file.asc signature file in the same directory as the file (binaries/ or source/). The signing keys can be found in the distribution directory at <http://www.apache.org/dist/commons/KEYS>.

Always download the KEYS file directly from the Apache site, never from a mirror site.

Always test available signatures, e.g.,
$ pgpk -a KEYS
$ pgpv commons-digester-2.0-src.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-digester-2.0-src.tar.gz.asc
or,
$ gpg --import KEYS
$ gpg --verify commons-digester-2.0-src.tar.gz.asc