elx/elx-common/build.gradle

7 lines
168 B
Groovy
Raw Normal View History

2021-04-14 18:55:56 +02:00
dependencies {
2020-05-25 18:43:49 +02:00
api project(':elx-api')
implementation libs.time
testImplementation libs.netty.http
testImplementation libs.es.plugin.transport.netty4
}