elx/elx-http/build.gradle
2019-05-02 19:46:21 +02:00

4 lines
No EOL
139 B
Groovy

dependencies {
compile project(':elx-common')
compile "org.xbib:netty-http-client:${project.property('xbib-netty-http.version')}"
}