mirror of
https://github.com/tursom/TursomServer.git
synced 2025-03-13 19:30:10 +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)
|
|
}
|