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

4 lines
133 B
Groovy

dependencies {
api project(":netty-http-server")
implementation "org.xbib:guice:${project.property('xbib-guice.version')}"
}