mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 08:00:06 +08:00
14 lines
412 B
Plaintext
14 lines
412 B
Plaintext
dependencies {
|
|
implementation(project(":ts-core"))
|
|
implementation(project(":ts-core:ts-delegation"))
|
|
api(group = "org.slf4j", name = "slf4j-api", version = "1.7.32")
|
|
api(group = "ch.qos.logback", name = "logback-core", version = "1.2.10")
|
|
api(group = "ch.qos.logback", name = "logback-classic", version = "1.2.10")
|
|
|
|
compileOnly(group = "com.google.code.gson", name = "gson", version = "2.8.9")
|
|
}
|
|
|
|
|
|
|
|
|