2022-01-01 13:43:54 +08:00
|
|
|
plugins {
|
|
|
|
`java-library`
|
|
|
|
}
|
|
|
|
|
|
|
|
dependencies {
|
2023-02-02 21:25:05 +08:00
|
|
|
api("org.glavo:simple-png-javafx:0.3.0")
|
2023-02-24 04:31:45 +08:00
|
|
|
api("com.google.code.gson:gson:2.10.1")
|
2022-01-01 13:43:54 +08:00
|
|
|
api("com.moandjiezana.toml:toml4j:0.7.2")
|
2023-02-24 04:31:45 +08:00
|
|
|
api("org.tukaani:xz:1.9")
|
|
|
|
api("org.hildan.fxgson:fx-gson:5.0.0")
|
2022-01-01 13:43:54 +08:00
|
|
|
api("org.jenkins-ci:constant-pool-scanner:1.2")
|
2023-04-06 02:41:57 +08:00
|
|
|
api("com.github.steveice10:opennbt:1.5")
|
2022-01-01 13:43:54 +08:00
|
|
|
api("org.nanohttpd:nanohttpd:2.3.1")
|
2024-01-19 23:23:44 +08:00
|
|
|
api("org.apache.commons:commons-compress:1.25.0")
|
|
|
|
compileOnlyApi("org.jetbrains:annotations:24.1.0")
|
2022-01-01 13:43:54 +08:00
|
|
|
}
|