Apache Commons Lang · Apache Commons Lang, a package of Java utility classes for the classes that are in java.lang's hierarchy, or are considered to be so standard as to justify existence in java.lang.
Group: org.apache.commons - All Dependencies
Apache Commons Collections · The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.
Apache Commons Text · Apache Commons Text is a library focused on algorithms working on strings.
Apache Commons Compress · Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy, traditional Unix Compress, DEFLATE, DEFLATE64, LZ4, Brotli, Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
Apache Commons Math · The Apache Commons Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
Apache Commons Pool · The Apache Commons Object Pooling Library.
Apache Commons CSV · The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.
Apache Commons Configuration · Tools to assist in the reading of configuration/preferences files in various formats
Apache Commons DBCP · Apache Commons DBCP software implements Database Connection Pooling
Apache Commons Exec · Apache Commons Exec is a library to reliably execute external processes from within the JVM.
Apache Commons JEXL · JEXL is a library intended to facilitate the implementation of scripting features in applications and frameworks written in Java.
Apache Commons Email · Apache Commons Email aims to provide an API for sending email. It is built on top of the JavaMail API, which it aims to simplify.
Commons Math · The Math project is a library of lightweight, self-contained mathematics and statistics components addressing the most common practical problems not immediately available in the Java programming language or commons-lang.
Apache Commons VFS · Apache Commons VFS is a Virtual File System library.
Commons JEXL · The Commons Jexl library is an implementation of the JSTL Expression Language with extensions.
Apache Commons Digester · The Apache Commons Digester package lets you configure an XML to Java object mapping module which triggers certain actions called rules whenever a particular pattern of nested XML elements is recognized.
Apache Commons Crypto · Apache Commons Crypto is a cryptographic library optimized with AES-NI (Advanced Encryption Standard New Instructions). It provides Java API for both cipher level and Java stream level. Developers can use it to implement high performance AES encryption/decryption with the minimum code and effort. Please note that Crypto doesn't implement the cryptographic algorithm such as AES directly. It wraps to OpenSSL or JCE which implement the algorithms. Features -------- 1. Cipher API for low level cryptographic operations. 2. Java stream API (CryptoInputStream/CryptoOutputStream) for high level stream encryption/decryption. 3. Both optimized with high performance AES encryption/decryption. (1400 MB/s - 1700 MB/s throughput in modern Xeon processors). 4. JNI-based implementation to achieve comparable performance to the native C/C++ version based on OpenSsl. 5. Portable across various operating systems (currently only Linux/MacOSX/Windows); Apache Commons Crypto loads the library according to your machine environment (it checks system properties, `os.name` and `os.arch`). 6. Simple usage. Add the commons-crypto-(version).jar file to your classpath. Export restrictions ------------------- This distribution includes cryptographic software. The country in which you currently reside may have restrictions on the import, possession, use, and/or re-export to another country, of encryption software. BEFORE using any encryption software, please check your country's laws, regulations and policies concerning the import, possession, or use, and re-export of encryption software, to see if this is permitted. See <http://www.wassenaar.org/> for more information. The U.S. Government Department of Commerce, Bureau of Industry and Security (BIS), has classified this software as Export Commodity Control Number (ECCN) 5D002.C.1, which includes information security software using or performing cryptographic functions with asymmetric algorithms. The form and manner of this Apache Software Foundation distribution makes it eligible for export under the License Exception ENC Technology Software Unrestricted (TSU) exception (see the BIS Export Administration Regulations, Section 740.13) for both object code and source code. The following provides more details on the included cryptographic software: * Commons Crypto use [Java Cryptography Extension](http://docs.oracle.com/javase/8/docs/technotes/guides/security/crypto/CryptoSpec.html) provided by Java * Commons Crypto link to and use [OpenSSL](https://www.openssl.org/) ciphers
Apache Commons Imaging · Apache Commons Imaging (previously Sanselan) is a pure-Java image library.
Apache Commons RNG Simple · Simple API for instantiating random numbers generators.
Commons RDF impl: Jena · Apache Jena implementation of Commons RDF API
Apache Commons VFS Jackrabbit 2 · Apache Commons VFS is a Virtual File System library - Jackrabbit2-based WebDAV provider.