My core common Java classes packaged up into a nice lil artifact.
See the Releases page for the latest version.
If you wish to use this artifact, you can easily add it to your existing Maven project using my GitHub hosted Maven2 repository.
<repository>
<id>Kolichrepo</id>
<name>Kolich repo</name>
<url>http://markkolich.github.com/repo/</url>
<layout>default</layout>
</repository>
<dependency>
<groupId>com.kolich</groupId>
<artifactId>kolich-common</artifactId>
<version>0.4</version>
<scope>compile</scope>
</dependency>
compile 'com.kolich:kolich-common:0.4'
Copyright (c) 2015 Mark S. Kolich
All code in this artifact is freely available for use and redistribution under the MIT License.
See LICENSE for details.