Getting Started
Requirements
Installation
Gradle (Kotlin DSL)
repositories {
mavenCentral()
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.chafficplugins:ChafficLib:VERSION")
}Maven
Basic Usage
Next Steps
Last updated