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("com.github.robothanzo:JDAInteractions:${jdaInteractionsVersion}")
}
Refer to the example folder for more information.
Lombok by lombok team