olliem5 / pace

Just another Java event handler.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pace

Just another Java event handler.

Installation

Gradle
repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.olliem5:pace:1.3'
}
Maven
<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>

About

Just another Java event handler.

License:GNU General Public License v3.0


Languages

Language:Java 100.0%