<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ahc-ws-standalone_2.13</artifactId>
<version>2.2.0-M4</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ahc-ws-standalone_2.13', version='2.2.0-M4')
)
compile
|-- org.scala-lang:scala-library:2.13.11
|-- com.typesafe.play:play-ws-standalone_2.13:2.2.0-M4
|-- com.typesafe.play:cachecontrol_2.13:2.3.0-RC1
|-- org.reactivestreams:reactive-streams:1.0.4
|-- com.typesafe.play:shaded-asynchttpclient:2.2.0-M4
|-- com.typesafe.play:shaded-oauth:2.2.0-M4
test
|-- org.mockito:mockito-core:5.3.1
|-- org.specs2:specs2-core_2.13:4.20.0
|-- com.github.sbt:junit-interface:0.13.3
|-- org.assertj:assertj-core:3.24.2
|-- org.awaitility:awaitility:4.2.0