elx/elx-http/build.gradle

4 lines
131 B
Groovy
Raw Permalink Normal View History

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