Utility classes for Java SE
Add the following dependency to your project:
Latest release:
<dependency>
<groupId>com.irurueta</groupId>
<artifactId>irurueta-commons</artifactId>
<version>1.1.0</version>
<scope>compile</scope>
</dependency>
Latest snapshot:
<dependency>
<groupId>com.irurueta</groupId>
<artifactId>irurueta-commons</artifactId>
<version>1.2.0-SNAPSHOT</version>
<scope>compile</scope>
</dependency>