Import to your project
Add new repository to your pom.xml
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add new dependency to your pom.xml
<dependency>
<groupId>com.github.richard483</groupId>
<artifactId>raven-api-client</artifactId>
<version>${version-tag}</version>
</dependency>
Latest & other versions: