Fork me on GitHub

Common Utility Classes for Java

This library provides several tool classes in different modules. They help you build command line/Swing applications, help parsing cmmand line input, testing etc.

Goal of this class library is to share common functionality to reduce duplicated boiler plate code. Further goal is to have no external dependencies. Only external dependencies are JUnit and Mockito for testing and Findbugs annotations to suppress some warnings.

Add this <dependency> to your Maven pom.xml:

<dependencies>

    <!-- ... -->

    <dependency>
        <!-- http://weltraumschaf.github.com/commons/ -->
        <groupId>de.weltraumschaf.commons</groupId>
        <artifactId>MODULE-NAME</artifactId>
        <version>2.1.0</version>
    </dependency>

    <!-- ... -->

<dependencies>

Available modules (artifact id) are:

To receive the keys type:

$> gpg --keyserver hkp://pool.sks-keyservers.net --recv-keys 45585598