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.
Name Last modified Size Description
Parent Directory -
README.html 2024-11-19 20:51 1.8K
commons-io-2.10.0-src.tar.gz 2021-06-13 13:57 485K
commons-io-2.10.0-src.zip 2021-06-13 13:57 894K
commons-io-2.11.0-src.tar.gz 2021-07-13 12:56 487K
commons-io-2.11.0-src.zip 2021-07-13 12:56 898K
commons-io-2.12.0-src.tar.gz 2023-05-16 17:05 571K
commons-io-2.12.0-src.zip 2023-05-16 17:05 1.1M
commons-io-2.13.0-src.tar.gz 2023-06-07 18:48 580K
commons-io-2.13.0-src.zip 2023-06-07 18:48 1.1M
commons-io-2.14.0-src.tar.gz 2023-09-29 18:55 589K
commons-io-2.14.0-src.zip 2023-09-29 18:55 1.1M
commons-io-2.15.0-src.tar.gz 2023-10-25 19:46 595K
commons-io-2.15.0-src.zip 2023-10-25 19:46 1.1M
commons-io-2.15.1-src.tar.gz 2023-11-29 21:07 604K
commons-io-2.15.1-src.zip 2023-11-29 21:07 1.1M
commons-io-2.16.0-src.tar.gz 2024-03-28 22:25 624K
commons-io-2.16.0-src.zip 2024-03-28 22:25 1.2M
commons-io-2.16.1-src.tar.gz 2024-04-08 16:53 620K
commons-io-2.16.1-src.zip 2024-04-08 16:53 1.1M
commons-io-2.17.0-src.tar.gz 2024-09-18 21:36 638K
commons-io-2.17.0-src.zip 2024-09-18 21:36 1.2M
commons-io-2.18.0-src.tar.gz 2024-11-19 20:50 655K
commons-io-2.18.0-src.zip 2024-11-19 20:50 1.2M
commons-io-2.8.0-src.tar.gz 2020-09-09 14:27 435K
commons-io-2.8.0-src.zip 2020-09-09 14:27 806K
commons-io-2.9.0-src.tar.gz 2021-05-25 20:34 486K
commons-io-2.9.0-src.zip 2021-05-25 20:34 894K
This is the 2.10.0 release of commons-io. 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
The changes in this release are detailed in the release notes.
Thank you for using Commons IO.
From the Apache Commons Project
http://commons.apache.org/
Do not download from www.apache.org. Please use a mirror site to help us save apache.org bandwidth. Go here to find your nearest mirror.
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-io-current-bin.tar.gz.asc or, $ pgp -ka KEYS $ pgp commons-io-current-bin.tar.gz.asc or, $ gpg --import KEYS $ gpg --verify commons-io-current-bin.tar.gz.asc