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