mirror of
https://github.com/GeyserMC/PackConverter.git
synced 2026-01-04 15:31:36 +00:00
5 lines
167 B
Plaintext
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")
|
|
} |