Search Maven & Gradle Dependencies

icon
commons-text 1.10.0

Apache Commons Text · Apache Commons Text is a library focused on algorithms working on strings.

Sep 24, 2022
2.6k usages
icon

OpenDaylight :: Apache Commons Text · Apache commons-text

Jun 25, 2023
3 usages
icon
commons-lang3 3.13.0

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.

Jul 23, 2023
21.1k usages
icon

Apache Commons Collections · The Apache Commons Collections package contains types that extend and augment the Java Collections Framework.

Jul 05, 2019
3.3k usages
icon

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.

Mar 18, 2023
2.6k usages
icon

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.

Mar 17, 2016
2.3k usages
icon
commons-pool2 2.11.1

Apache Commons Pool · The Apache Commons Object Pooling Library.

Aug 14, 2021
1.7k usages
icon
log4j-jcl 2.20.0

Apache Log4j Commons Logging Bridge · The Apache Log4j Commons Logging Adapter

Jun 18, 2023
1.1k usages
3.1k stars
icon
commons-io 1.3.2

Oct 09, 2012
1.1k usages
icon
commons-csv 1.10.0

Apache Commons CSV · The Apache Commons CSV library provides a simple interface for reading and writing CSV files of various types.

Jan 28, 2023
1k usages
icon

Apache Commons Configuration · Tools to assist in the reading of configuration/preferences files in various formats

Mar 26, 2023
881 usages
icon

Apache Commons DBCP · Apache Commons DBCP software implements Database Connection Pooling

Jul 31, 2021
877 usages
icon

Apache Commons Exec · Apache Commons Exec is a library to reliably execute external processes from within the JVM.

Nov 03, 2014
869 usages
icon

Apache Commons JEXL · JEXL is a library intended to facilitate the implementation of scripting features in applications and frameworks written in Java.

Mar 17, 2023
558 usages
icon

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.

Jul 29, 2017
460 usages
icon

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.

Feb 26, 2011
390 usages
icon

Jackrabbit JCR Commons · General purpose classes for use with the JCR API

Aug 08, 2023
371 usages
26 stars
icon
axiom-api 1.4.0

Axiom API · The Axiom API

May 14, 2022
347 usages
icon

Apache Sling Commons OSGi support · Commons OSGi

Aug 06, 2020
334 usages
icon
axiom-impl 1.4.0

LLOM · The default implementation of the Axiom API.

May 14, 2022
264 usages
icon
commons-vfs2 2.9.0

Apache Commons VFS · Apache Commons VFS is a Virtual File System library.

Jul 17, 2021
260 usages
icon

Apache Sling JSON Library · Apache Sling JSON Library

Mar 17, 2017
221 usages
icon
commons-jexl 2.1.1

Commons JEXL · The Commons Jexl library is an implementation of the JSTL Expression Language with extensions.

Dec 19, 2011
203 usages
icon
bcel 6.7.0

Apache Commons BCEL · Apache Commons Bytecode Engineering Library

Nov 28, 2022
171 usages
icon
XmlSchema 1.4.7

XmlSchema · Commons XMLSchema is a light weight schema object model that can be used to manipulate or generate a schema. It has a clean, easy to use API and can easily be integrated into an existing project since it has almost no dependencies on third party libraries.

Sep 22, 2010
136 usages
icon

Jul 21, 2023
134 usages
866 stars
icon

Apache XML Graphics Commons · Apache XML Graphics Commons is a library that consists of several reusable components used by Apache Batik and Apache FOP. Many of these components can easily be used separately outside the domains of SVG and XSL-FO.

Aug 21, 2023
128 usages
icon

Apache Sling Testing Utilities · Tools and utilities for automated testing of Sling modules

Sep 20, 2017
126 usages
icon

Apache Sling Dynamic Class Loader Support · This bundle provides support for dynamic class loading used for example by the scripting engines.

Dec 02, 2018
87 usages
icon
axiom-dom 1.4.0

DOOM · An implementation of the Axiom API that also implements DOM.

May 14, 2022
81 usages
icon

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.

Dec 10, 2011
77 usages
icon

Aug 08, 2023
72 usages
26 stars
icon

Apache Sling Commons MIME · Support for configurable MIME type mapping and querying

Sep 27, 2019
66 usages
icon

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

Jan 14, 2023
62 usages
icon

Commons RDF API · Commons Java API for RDF 1.1

Dec 08, 2017
61 usages
icon
commons-imaging 1.0-alpha3

Apache Commons Imaging · Apache Commons Imaging (previously Sanselan) is a pure-Java image library.

May 13, 2022
57 usages
icon

Apache Sling Commons Johnzon Wrapper Library · Apache Johnzon powered javax.json library

Jul 19, 2023
56 usages
icon

Apache Sling Commons Scheduler Support · Support for scheduling.

Sep 14, 2020
50 usages
icon

Apache Groovy · Groovy: A powerful, dynamic language for the JVM

Aug 22, 2023
47 usages
5.1k stars
icon

Apache Sling Commons Threads · Support for thread handling like pooling.

Sep 21, 2021
46 usages
icon

Apache Isis Core - Commons · Isis library, defining utilities required by both Applib and Unittestsupport.

Mar 19, 2020
44 usages
icon

Apache Synapse - Commons · Apache Synapse - Common Utilities

May 04, 2023
43 usages
icon

Apache Stanbol Commons Data File Provider · Main DataFileProvider services

Sep 16, 2016
40 usages
icon

Mar 10, 2022
39 usages
icon
oak-commons 1.22.16

Jul 13, 2023
37 usages
26 stars