6 lines
137 B
Groovy
6 lines
137 B
Groovy
|
dependencies {
|
||
|
api project(':event-common')
|
||
|
implementation libs.datastructures.json.tiny
|
||
|
implementation libs.netty.handler
|
||
|
}
|