mirror of
https://github.com/tursom/TursomServer.git
synced 2025-01-11 04:40:35 +08:00
6 lines
165 B
Groovy
6 lines
165 B
Groovy
dependencies {
|
|
implementation project(":")
|
|
implementation project(":web")
|
|
implementation group: "io.netty", name: "netty-all", version: "4.1.33.Final"
|
|
}
|