7 lines
241 B
Groovy
7 lines
241 B
Groovy
|
|
dependencies {
|
|
implementation 'com.google.code.gson:gson:2.10.1'
|
|
implementation 'com.squareup:javapoet:1.13.0'
|
|
implementation 'com.github.retrooper.packetevents:api:2.2.0'
|
|
implementation 'org.jetbrains:annotations:24.0.0'
|
|
}
|