Java Common Helper
List of available helpers can be found in the Wiki page.
Generated javadoc can be found here.
To use this library, add the following in the <repositories>
section of your pom:
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-bliblidotcom-maven</id>
<name>bintray</name>
<url>https://dl.bintray.com/bliblidotcom/maven</url>
</repository>
and in the <dependencies>
section, add this declaration:
<dependency>
<groupId>com.blibli.oss.helpers</groupId>
<artifactId>java-common-helper</artifactId>
<version>${version}</version>
</dependency>