<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-async-http-client_2.12</artifactId>
<version>1.0-16-b673b49</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-async-http-client_2.12', version='1.0-16-b673b49')
)
<dependency org="org.http4s" name="http4s-async-http-client_2.12" rev="1.0-16-b673b49" />
compile
|-- org.scala-lang:scala-library:2.12.12
|-- org.http4s:http4s-core_2.12:1.0-16-b673b49
|-- org.http4s:http4s-client_2.12:1.0-16-b673b49
|-- org.asynchttpclient:async-http-client:2.12.2
|-- co.fs2:fs2-reactive-streams_2.12:2.5.0
|-- io.netty:netty-buffer:4.1.56.Final