Fork me on GitHub

JCommon Core

This forms the core for other JCommon libraries and provides access to common JVM and environment utilities. Please see the documentation for more information.

To use this library, add the following snippet to your pom file:

<dependencies>
    <dependency>
        <groupId>org.jcommon</groupId>
        <artifactId>core</artifactId>
        <version>1.0</version>
    </dependency>
</dependencies>