/java-common-helper

Simple, common methods to help improve readability of Java code.

Primary LanguageJavaApache License 2.0Apache-2.0

Java Common Helper

Codacy Badge Codacy Badge

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>