Installation
Requirements
Adding the Dependency
Gradle (Kotlin DSL)
repositories {
mavenCentral()
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.chafficplugins:ChafficLib:VERSION")
}Maven
Verifying Installation
Next Steps
Last updated