elx/elx-http/build.gradle

4 lines
139 B
Groovy
Raw Normal View History

2019-05-02 19:46:21 +02:00
dependencies {
compile project(':elx-common')
compile "org.xbib:netty-http-client:${project.property('xbib-netty-http.version')}"
}