The documentation for this project is currently WIP. The best source for learning the framework is by joining the Discord, or checking existing bots.
Maven
<dependency>
<groupId>me.jakejmattson</groupId>
<artifactId>KUtils</artifactId>
<version>0.17.1</version>
</dependency>
Gradle
dependencies {
implementation 'me.jakejmattson:KUtils:0.17.1'
}
dependencies {
implementation("me.jakejmattson:KUtils:0.17.1")
}