<dependency>
<groupId>com.velocidi</groupId>
<artifactId>apso-elasticsearch_2.12</artifactId>
<version>0.18.3</version>
</dependency>
@Grapes(
@Grab(group='com.velocidi', module='apso-elasticsearch_2.12', version='0.18.3')
)
compile
|-- org.scala-lang:scala-library:2.12.15
|-- com.velocidi:apso-log_2.12:0.18.3
|-- org.apache.httpcomponents:httpasyncclient:4.1.5
|-- org.apache.httpcomponents:httpclient:4.5.13
|-- org.apache.httpcomponents:httpcore:4.4.15
|-- io.circe:circe-core_2.12:0.14.1
|-- com.sksamuel.elastic4s:elastic4s-client-esjava_2.12:7.10.9
|-- com.sksamuel.elastic4s:elastic4s-core_2.12:7.10.9
|-- org.elasticsearch.client:elasticsearch-rest-client:7.10.2
|-- com.typesafe.scala-logging:scala-logging_2.12:3.9.4
provided
|-- com.typesafe.akka:akka-actor_2.12:2.6.19
test
|-- com.velocidi:apso-testkit_2.12:0.18.3
|-- com.typesafe.akka:akka-actor-testkit-typed_2.12:2.6.19
|-- com.typesafe.akka:akka-http-testkit_2.12:10.2.9
|-- net.ruippeixotog:akka-testkit-specs2_2.12:0.3.0