Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 1.33 KB

File metadata and controls

24 lines (20 loc) · 1.33 KB

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>