<dependency>
<groupId>org.http4s</groupId>
<artifactId>http4s-async-http-client_2.12</artifactId>
<version>0.23.11</version>
</dependency>
@Grapes(
@Grab(group='org.http4s', module='http4s-async-http-client_2.12', version='0.23.11')
)
compile
|-- org.scala-lang:scala-library:2.12.15
|-- org.http4s:http4s-core_2.12:0.23.11
|-- org.http4s:http4s-client_2.12:0.23.11
|-- org.asynchttpclient:async-http-client:2.12.3
|-- co.fs2:fs2-reactive-streams_2.12:3.2.5
|-- io.netty:netty-buffer:4.1.75.Final
|-- io.netty:netty-codec-http:4.1.75.Final
|-- org.reactivestreams:reactive-streams:1.0.3
test
|-- org.http4s:http4s-testing_2.12:0.23.11
|-- org.typelevel:cats-laws_2.12:2.7.0