<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-async-http-client_2.12</artifactId>
<version>0.16.0-M2</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-async-http-client_2.12', version='0.16.0-M2')
)
compile
|-- org.typelevel:scala-library:2.12.1
|-- org.http4s:http4s-core_2.12:0.16.0-M2
|-- org.http4s:http4s-client_2.12:0.16.0-M2
|-- org.asynchttpclient:async-http-client:2.0.31
test
|-- org.http4s:http4s-testing_2.12:0.16.0-M2
|-- org.scalatest:scalatest_2.12:3.0.1
|-- org.scalacheck:scalacheck_2.12:1.13.4
|-- org.typelevel:discipline_2.12:0.7.3
|-- ch.qos.logback:logback-classic:1.2.3
|-- org.scalaz:scalaz-scalacheck-binding_2.12:7.1.13
|-- org.specs2:specs2-core_2.12:3.8.6-scalaz-7.1
|-- org.specs2:specs2-matcher-extra_2.12:3.8.6-scalaz-7.1