Inutils4j

Utilities API for Java

Download .zip Download .tar.gz View on GitHub

inutils4j

Apache License Build Status Maven Central Coverage Status

:nut_and_bolt: Repository that contains a lot of utilities for common problems in Java.

Download

Download the latest JAR or grab via Maven:

<dependency>
  <groupId>org.brunocvcunha.inutils4j</groupId>
  <artifactId>inutils4j</artifactId>
  <version>0.3</version>
</dependency>

or Gradle:

compile 'org.brunocvcunha.inutils4j:inutils4j:0.3'

Snapshots of the development version are available in Sonatype's snapshots repository.

Inutils4j requires at minimum Java 6.