<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws_2.13</artifactId>
<version>2.8.0-M4</version>
</dependency>
compile
|-- org.scala-lang:scala-library:2.13.0
|-- com.typesafe.play:play_2.13:2.8.0-M4
|-- com.typesafe.play:play-ws-standalone_2.13:2.1.0-M4
|-- com.typesafe.play:play-ws-standalone-xml_2.13:2.1.0-M4
|-- com.typesafe.play:play-ws-standalone-json_2.13:2.1.0-M4
test
|-- com.typesafe.play:play-test_2.13:2.8.0-M4
|-- org.specs2:specs2-core_2.13:4.7.0
|-- org.specs2:specs2-junit_2.13:4.7.0
|-- org.specs2:specs2-mock_2.13:4.7.0