<dependency>
<groupId>com.velocidi</groupId>
<artifactId>apso-elasticsearch_2.13</artifactId>
<version>0.16.11</version>
</dependency>
@Grapes(
@Grab(group='com.velocidi', module='apso-elasticsearch_2.13', version='0.16.11')
)
compile
|-- org.scala-lang:scala-library:2.13.4
|-- com.velocidi:apso-log_2.13:0.16.11
|-- org.apache.httpcomponents:httpasyncclient:4.1.4
|-- org.apache.httpcomponents:httpclient:4.5.10
|-- org.apache.httpcomponents:httpcore:4.4.12
|-- io.circe:circe-core_2.13:0.13.0
|-- com.sksamuel.elastic4s:elastic4s-client-esjava_2.13:7.10.0
|-- com.sksamuel.elastic4s:elastic4s-core_2.13:7.10.0
|-- org.elasticsearch.client:elasticsearch-rest-client:7.10.1
|-- com.typesafe.scala-logging:scala-logging_2.13:3.9.2
provided
|-- com.typesafe.akka:akka-actor_2.13:2.6.10
test
|-- com.velocidi:apso-testkit_2.13:0.16.11
|-- com.typesafe.akka:akka-actor-testkit-typed_2.13:2.6.10
|-- com.typesafe.akka:akka-http-testkit_2.13:10.1.13
|-- net.ruippeixotog:akka-testkit-specs2_2.13:0.3.0