kolich-common
My core common Java classes packaged up into a nice lil artifact.
Latest Version
See the Releases page for the latest version.
Resolvers
If you wish to use this artifact, you can easily add it to your existing Maven project using my GitHub hosted Maven2 repository.
Maven
<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>
Gradle
compile 'com.kolich:kolich-common:0.4'
Licensing
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.