Kasisoft Common (KCL)
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>4.3</version>
</dependency>
compile 'com.kasisoft:com.kasisoft.libs.common:4.3'
libraryDependencies += "com.kasisoft" % "com.kasisoft.libs.common" % "4.3"