mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-25 03:40:15 +08:00
7 lines
189 B
Groovy
7 lines
189 B
Groovy
dependencies {
|
|
implementation project(":")
|
|
implementation project(":web")
|
|
api project(":log")
|
|
implementation group: "io.netty", name: "netty-all", version: "4.1.43.Final"
|
|
}
|