netty-http/netty-http-server-rest/build.gradle

4 lines
85 B
Groovy

dependencies {
api project(":netty-http-server")
implementation libs.guice
}