netty-http/netty-http-common/build.gradle

5 lines
158 B
Groovy
Raw Normal View History

2018-03-12 11:22:40 +01:00
dependencies {
api "org.xbib:net-url:${project.property('xbib.net.version')}"
api "io.netty:netty-codec-http2:${project.property('netty.version')}"
2019-03-11 20:58:01 +01:00
}