mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-23 16:10:06 +08:00
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
|
dependencies {
|
||
|
api(project(":"))
|
||
|
api(project(":ts-core"))
|
||
|
api(group = "com.squareup.okhttp3", name = "okhttp", version = "4.12.0")
|
||
|
compileOnly(group = "io.netty", name = "netty-all", version = nettyVersion)
|
||
|
}
|