<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws_2.12</artifactId>
<version>2.7.0</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.12.8
|-- com.typesafe.play:play_2.12:2.7.0
|-- com.typesafe.play:play-ws-standalone_2.12:2.0.1
|-- com.typesafe.play:play-ws-standalone-xml_2.12:2.0.1
|-- com.typesafe.play:play-ws-standalone-json_2.12:2.0.1
test
|-- com.typesafe.play:play-test_2.12:2.7.0
|-- org.specs2:specs2-core_2.12:4.3.6
|-- org.specs2:specs2-junit_2.12:4.3.6
|-- org.specs2:specs2-mock_2.12:4.3.6