mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-24 19:30:14 +08:00
8 lines
207 B
Groovy
8 lines
207 B
Groovy
dependencies {
|
|
//compile project(":")
|
|
compile project(":web")
|
|
implementation project(":utils")
|
|
api project(":log")
|
|
compile group: "io.netty", name: "netty-all", version: "4.1.43.Final"
|
|
}
|