4 lines
139 B
Groovy
4 lines
139 B
Groovy
|
dependencies {
|
||
|
compile project(':elx-common')
|
||
|
compile "org.xbib:netty-http-client:${project.property('xbib-netty-http.version')}"
|
||
|
}
|