Artifacts using Hamcrest All (7,974)
Sort:
popular
|
newest
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.
The code is tested using the latest revision of the JDK for supported
LTS releases: 8, 11, 17 and 21 currently.
See https://github.com/apache/commons-lang/blob/master/.github/workflows/maven.yml
Please ensure your build environment is up-to-date and kindly report any build issues.
Last Release on Aug 29, 2024
Spring Context provides access to configured objects like a registry (a context).
It inherits its features from Spring Beans and adds support for internationalization, event propagation, resource loading, and the transparent creation of contexts.
Last Release on Aug 14, 2024
Implementation for Apache Log4J, a highly configurable logging tool that focuses on performance and low garbage generation.
It has a plugin architecture that makes it extensible and supports asynchronous logging based on LMAX Disruptor.
Last Release on Sep 6, 2024
Spring Beans provides the configuration framework and basic functionality to instantiate, configure, and assemble java objects.
Last Release on Aug 14, 2024
5. Javassist3,802 usages
org.javassist » javassistApacheLGPLMPL
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
Last Release on Dec 24, 2023
The Commons Text library provides additions to the standard JDK text handling. It includes algorithms for string similarity and for calculating the distance between strings.
Last Release on Apr 16, 2024
7. Apache Avro2,066 usages
org.apache.avro » avroApache
Avro is a row-oriented remote procedure call and data serialization framework that produces a compact binary format.
Last Release on Aug 5, 2024
10. WireMock1,672 usages
com.github.tomakehurst » wiremockApache