<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ahc-ws-standalone_2.13</artifactId>
<version>2.1.11</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ahc-ws-standalone_2.13', version='2.1.11')
)
compile
|-- org.scala-lang:scala-library:2.13.8
|-- com.typesafe.play:play-ws-standalone_2.13:2.1.11
|-- org.scala-lang.modules:scala-java8-compat_2.13:1.0.2
|-- com.typesafe.play:cachecontrol_2.13:2.0.0
|-- org.slf4j:slf4j-api:1.7.29
|-- org.reactivestreams:reactive-streams:1.0.3
|-- com.typesafe.play:shaded-asynchttpclient:2.1.11
|-- com.typesafe.play:shaded-oauth:2.1.11
test
|-- org.specs2:specs2-core_2.13:4.8.1
|-- org.specs2:specs2-junit_2.13:4.8.1
|-- org.specs2:specs2-mock_2.13:4.8.1
|-- com.novocode:junit-interface:0.11
|-- org.assertj:assertj-core:3.14.0
|-- org.awaitility:awaitility:4.0.1