<dependency>
<groupId>com.velocidi</groupId>
<artifactId>apso-elasticsearch_2.13</artifactId>
<version>0.18.6</version>
</dependency>
@Grapes(
@Grab(group='com.velocidi', module='apso-elasticsearch_2.13', version='0.18.6')
)
compile
|-- org.scala-lang:scala-library:2.13.10
|-- com.velocidi:apso-log_2.13:0.18.6
|-- org.apache.httpcomponents:httpasyncclient:4.1.5
|-- org.apache.httpcomponents:httpclient:4.5.14
|-- org.apache.httpcomponents:httpcore:4.4.16
|-- io.circe:circe-core_2.13:0.14.4
|-- com.sksamuel.elastic4s:elastic4s-client-esjava_2.13:7.17.4
|-- com.sksamuel.elastic4s:elastic4s-core_2.13:7.17.4
|-- org.elasticsearch.client:elasticsearch-rest-client:7.17.9
|-- com.typesafe.scala-logging:scala-logging_2.13:3.9.5
provided
|-- com.typesafe.akka:akka-actor_2.13:2.6.20
test
|-- com.velocidi:apso-testkit_2.13:0.18.6
|-- com.typesafe.akka:akka-actor-testkit-typed_2.13:2.6.20
|-- com.typesafe.akka:akka-http-testkit_2.13:10.2.10
|-- net.ruippeixotog:akka-testkit-specs2-classic_2.13:0.3.2