com.github.rbuck:java-commons

Common utility classes for Java.


License
Apache-2.0

Documentation

Java Commons

Maven Central

Build Status

Description

This project provides utility classes for Java development that I have open-sourced under the Apache 2.0 License to the Java community. There are more utility classes than these, but the ones open sourced are used so often that it was believed others may find them useful too.

Dependencies

The project has the following dependencies:

Log4j 1.2.17

Build Procedure

To compile and test the project issue the following commands:

mvn clean install

To release the project issue the following commands:

mvn release:clean
mvn release:prepare -Dgpg.passphrase= -Dgpg.keyname=
mvn release:perform

License

See the LICENSE file herein.