animalrpfabricpluspaper/animalrp-common/build.gradle
2024-10-13 15:19:27 +03:00

5 lines
98 B
Groovy

apply plugin: 'java-library'
dependencies {
implementation 'com.google.code.gson:gson:2.11.0'
}