2021-04-14 18:55:56 +02:00
|
|
|
dependencies {
|
2020-05-25 18:43:49 +02:00
|
|
|
api project(':elx-api')
|
2022-06-01 12:28:46 +02:00
|
|
|
implementation libs.time
|
|
|
|
testImplementation libs.netty.http
|
|
|
|
testImplementation libs.es.plugin.transport.netty4
|
2019-02-22 11:15:22 +01:00
|
|
|
}
|