Install

Maven

Include the dependency in your project: 

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

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

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