TursomServer/ts-core/ts-http/build.gradle.kts
2024-01-10 23:50:57 +08:00

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)
}