Skip to content

bliblidotcom/java-common-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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>

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages