Kasisoft Common
Kasisoft Common (short KCOM) is a general purpose library which actually dates back to the year 2002. It's essentially just a bunch of useful classes I have written over the time. Since there's a variety of stuff I will document various classes/features in an unordered fashion.
Setup
You can add this library using the following maven coordinates:
<dependency>
<groupId>com.kasisoft</groupId>
<artifactId>com.kasisoft.libs.common</artifactId>
<version>2.9</version>
</dependency>