Just another Java event handler.
repositories {
maven { url 'https://jitpack.io' }
}
dependencies {
implementation 'com.github.olliem5:pace:1.3'
}
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
<dependency>
<groupId>com.github.olliem5</groupId>
<artifactId>pace</artifactId>
<version>1.3</version>
</dependency>