1
0
mirror of https://github.com/GeyserMC/PackConverter.git synced 2026-01-04 15:31:36 +00:00
Files
Thunder/pack-schema/api/build.gradle.kts
2023-05-13 21:31:03 -05:00

5 lines
167 B
Plaintext

dependencies {
api(project(":bedrock-pack-schema"))
implementation("com.google.code.gson:gson:2.10.1")
implementation("org.jetbrains:annotations:24.0.1")
}