Install

Maven

Include the dependency in your project: 

<dependency>
  <groupId>io.github.alikelleci</groupId>
  <artifactId>easysourcing</artifactId>
  <version>{VERSION}</version>
</dependency>

Alternatively, if you are using Spring Boot, you can include the easysourcing-spring-boot-starter dependency and benefit from auto-configuration:

<dependency>
  <groupId>io.github.alikelleci</groupId>
  <artifactId>easysourcing-spring-boot-starter</artifactId>
  <version>{VERSION}</version>
</dependency>