JDAInteractions is a library aiming to simplify the process of creating interactions for the popular Discord API wrapper JDA.
repositories {
mavenCentral()
maven("https://jitpack.io/")
}
dependencies {
implementation("net.dv8tion:JDA:${jdaVersion}") // You should include your own copy of JDA
implementation("com.github.robothanzo:JDAInteractions:${jdaInteractionsVersion}")
}Refer to the example folder for more information.
Lombok by lombok team