Skip to content

Latest commit

 

History

History
56 lines (41 loc) · 1.68 KB

File metadata and controls

56 lines (41 loc) · 1.68 KB

Bennu Commons

Maven Central License Contributor Covenant Supported JVM Versions

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, 21 and 25.

Getting the latest release

You can pull it from the central Maven repositories:

<dependency>
    <groupId>cl.bennu</groupId>
    <artifactId>commons</artifactId>
    <version>1.8.1</version>
</dependency>

Building

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.

License

This code is licensed under the MIT License.

Dependencies

  • lombok 1.18.46
  • jackson-core 3.2.1
  • jackson-databind 3.2.1
  • commons-lang3 3.20.0
  • commons-io 2.22.0
  • commons-beanutils 1.11.0
  • commons-collections4 4.5.0
  • slf4j-api 2.0.17

Test Dependencies

  • junit-jupiter 6.1.2