Providing convenient helper classes for the piveau context
Requirements:
- Git
- Maven 3
- Java 11
$ git clone https://github.com/piveau-data/piveau-utils.git
$ cd piveau-utils
$ mvn install
Add dependency to your project pom file:
<dependency>
<groupId>io.piveau</groupId>
<artifactId>piveau-utils</artifactId>
<version>2.2.0</version>
</dependency>