Bennu Commons, a package of Java utility classes for classes that are repeated in our projects.
The code is tested using the latest revision of the JDK for supported LTS releases: 17 and 21.
You can pull it from the central Maven repositories:
<dependency>
<groupId>cl.bennu</groupId>
<artifactId>commons</artifactId>
<version>1.1.0</version>
</dependency>
Building requires a Java JDK and Apache Maven.
The required Java version is found in the pom.xml
as the maven.compiler.source
property.
From a command shell, run mvn
without arguments to invoke the default Maven goal to run all tests and checks.
This code is licensed under the MIT License.
- lombok 1.18.36
- jackson-core 2.18.2
- jackson-annotations 2.18.2
- commons-lang3 3.17.0
- commons-io 2.18.0
- java-jwt 4.4.0
- commons-beanutils 1.10.0
- commons-collections4 4.5.0-M3
- slf4j-api 2.0.16