mirror of
https://github.com/tursom/TursomServer.git
synced 2025-02-19 08:10:07 +08:00
6 lines
165 B
Groovy
6 lines
165 B
Groovy
dependencies {
|
|
compile project(":")
|
|
api project(":log")
|
|
api project(":utils")
|
|
compile group: "io.netty", name: "netty-all", version: "4.1.43.Final"
|
|
} |