Skip to content

bennu/commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Getting the latest release

You can pull it from the central Maven repositories:

<dependency>
    <groupId>cl.bennu</groupId>
    <artifactId>commons</artifactId>
    <version>1.6.0</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.38
  • jackson-core 2.19.0
  • jackson-annotations 2.19.0
  • commons-lang3 3.17.0
  • commons-io 2.19.0
  • java-jwt 4.5.0
  • commons-beanutils 1.11.0
  • commons-collections4 4.5.0
  • slf4j-api 2.0.17

Test Dependencies

  • junit-jupiter 5.11.4

About

bennu-commons

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 5

Languages