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

11 lines
415 B
Plaintext

dependencies {
implementation("com.google.code.gson:gson:2.10.1")
implementation("io.vertx:vertx-json-schema:4.4.1")
implementation("com.squareup:javapoet:1.13.0")
implementation("org.jetbrains:annotations:24.0.1")
implementation("org.apache.commons:commons-lang3:3.12.0")
implementation("org.apache.commons:commons-text:1.10.0")
implementation("org.apache.commons:commons-io:1.3.2")
}