mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-20 22:50:09 +08:00
10 lines
414 B
Plaintext
10 lines
414 B
Plaintext
dependencies {
|
|
implementation(project(":ts-core"))
|
|
implementation(project(":ts-core:ts-buffer"))
|
|
implementation(project(":ts-core:ts-datastruct"))
|
|
compileOnly(project(":ts-core:ts-coroutine"))
|
|
compileOnly(project(":ts-core:ts-json"))
|
|
compileOnly(group = "com.aayushatharva.brotli4j", name = "brotli4j", version = "1.7.1")
|
|
implementation(group = "org.slf4j", name = "slf4j-api", version = "1.7.32")
|
|
}
|