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 - [DIR] bcel/ 2024-02-25 17:15 - [DIR] beanutils/ 2022-06-17 13:44 - [DIR] bsf/ 2022-06-17 13:44 - [DIR] build-plugin/ 2023-06-28 21:31 - [DIR] cli/ 2023-10-26 20:07 - [DIR] codec/ 2024-02-08 22:25 - [DIR] collections/ 2022-06-17 13:44 - [DIR] compress/ 2024-03-09 00:04 - [DIR] configuration/ 2024-03-13 00:52 - [DIR] crypto/ 2023-01-22 18:21 - [DIR] csv/ 2023-02-02 00:00 - [DIR] daemon/ 2023-05-12 15:29 - [DIR] dbcp/ 2024-03-04 02:39 - [DIR] dbutils/ 2023-09-14 14:02 - [DIR] digester/ 2022-06-17 13:44 - [DIR] email/ 2023-12-22 16:00 - [DIR] exec/ 2024-01-05 12:52 - [DIR] fileupload/ 2023-12-27 21:32 - [DIR] geometry/ 2022-12-06 12:51 - [DIR] httpclient/ 2016-04-30 00:24 - [DIR] imaging/ 2022-06-17 13:44 - [DIR] io/ 2023-11-29 22:08 - [DIR] jci/ 2024-03-19 03:40 - [DIR] jcs/ 2023-09-18 17:58 - [DIR] jelly/ 2022-06-17 13:44 - [DIR] jexl/ 2023-10-22 19:02 - [DIR] jxpath/ 2022-06-17 13:44 - [DIR] lang/ 2023-11-22 02:31 - [DIR] logging/ 2023-11-30 13:30 - [DIR] math/ 2022-12-19 14:19 - [DIR] net/ 2023-10-05 12:58 - [DIR] numbers/ 2022-11-01 17:47 - [DIR] parent/ 2024-03-05 23:51 - [DIR] pool/ 2023-09-30 23:56 - [DIR] rdf/ 2022-06-17 13:44 - [DIR] release-plugin/ 2023-06-28 21:44 - [DIR] rng/ 2022-12-06 12:51 - [DIR] scxml/ 2022-06-17 13:44 - [DIR] statistics/ 2022-12-06 11:28 - [DIR] text/ 2023-10-29 12:12 - [DIR] validator/ 2023-12-07 21:58 - [DIR] vfs/ 2022-06-17 13:44 - [DIR] weaver/ 2022-06-17 13:44 -

Download from your nearest mirror site!

Do not download from www.apache.org. Please use a nearby mirror site to help us save apache.org bandwidth.

PGP/GPG Signatures

All of the release distribution packages have been digitally signed (using PGP or GPG) by the ASF committers that constructed them.
There will be an accompanying distribution.asc file in the same directory as the distribution.
The PGP/GPG keys can be found at the MIT key repository and within this project's KEYS file at https://www.apache.org/dist/commons/KEYS

Always use the signature to validate package authenticity, e.g.,
$ pgpk -a KEYS
$ pgpv commons-logging-1.2-bin.tar.gz.asc
or,
$ pgp -ka KEYS
$ pgp commons-logging-1.2-bin.tar.gz.asc
or
$ gpg --import KEYS
$ gpg --verify commons-logging-1.2-bin.tar.gz.asc commons-logging-1.2-bin.tar.gz

See also Verifying Apache Software Foundation Releases

We also offer MD5/SHA hashes as an alternative to validate the integrity of the downloaded files. See the distribution.md5/.sha1 files.
Note that such hashes are only useful as a check that the file has been downloaded OK. They do not provide any guarantee that the downloaded file is authentic.