<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ahc-ws-standalone_2.11</artifactId>
<version>1.0.1</version>
</dependency>
@Grapes(
@Grab(group='com.typesafe.play', module='play-ahc-ws-standalone_2.11', version='1.0.1')
)
compile
|-- org.scala-lang:scala-library:2.11.11
|-- com.typesafe.play:play-ws-standalone_2.11:1.0.1
|-- org.scala-lang.modules:scala-java8-compat_2.11:0.8.0
|-- com.typesafe.play:cachecontrol_2.11:1.1.2
|-- org.slf4j:slf4j-api:1.7.25
|-- org.reactivestreams:reactive-streams:1.0.0
|-- com.typesafe.play:shaded-asynchttpclient:1.0.1
|-- com.typesafe.play:shaded-oauth:1.0.1
test
|-- org.specs2:specs2-core_2.11:3.8.6
|-- org.specs2:specs2-junit_2.11:3.8.6
|-- org.specs2:specs2-mock_2.11:3.8.6
|-- com.novocode:junit-interface:0.11
|-- org.assertj:assertj-core:3.8.0
|-- org.awaitility:awaitility:3.0.0