<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws_2.11</artifactId>
<version>2.6.3</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.11.11
|-- com.typesafe.play:play_2.11:2.6.3
|-- com.typesafe.play:play-ws-standalone_2.11:1.0.4
|-- com.typesafe.play:play-ws-standalone-xml_2.11:1.0.4
|-- com.typesafe.play:play-ws-standalone-json_2.11:1.0.4
test
|-- com.typesafe.play:play-test_2.11:2.6.3
|-- org.specs2:specs2-core_2.11:3.8.9
|-- org.specs2:specs2-junit_2.11:3.8.9
|-- org.specs2:specs2-mock_2.11:3.8.9
|-- ch.qos.logback:logback-classic:1.2.3