Skip to content

pedrotoliveira/ppm-commons

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ppm-commons

PPM Commons Library.

It requires JDK 11+ if you want JDK 8 compatibility go for version 2.1.5 or below.

Codacy Badge License: GPL v3 Maven Central

Github Page: http://pedrotoliveira.github.io/ppm-commons/

To use ppm-commons add to your pom file:

<dependency>
  <groupId>br.com.ppm</groupId>
  <artifactId>ppm-commons</artifactId>
  <version>2.2.0</version>
</dependency>