Files download
File Operation
play-ws-standalone-xml_2.12-2.0.6.jar download
play-ws-standalone-xml_2.12-2.0.6.pom download
play-ws-standalone-xml_2.12-2.0.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.typesafe.play</groupId>
  <artifactId>play-ws-standalone-xml_2.12</artifactId>
  <version>2.0.6</version>
</dependency>
Gradle Groovy
implementation 'com.typesafe.play:play-ws-standalone-xml_2.12:2.0.6'
Gradle Kotlin
implementation("com.typesafe.play:play-ws-standalone-xml_2.12:2.0.6")
Scala SBT
libraryDependencies += "com.typesafe.play" % "play-ws-standalone-xml_2.12" % "2.0.6"
Groovy Grape
@Grapes(
  @Grab(group='com.typesafe.play', module='play-ws-standalone-xml_2.12', version='2.0.6')
)
Apache Ivy
<dependency org="com.typesafe.play" name="play-ws-standalone-xml_2.12" rev="2.0.6" />
Leiningen
[com.typesafe.play/play-ws-standalone-xml_2.12 "2.0.6"]
Apache Buildr
'com.typesafe.play:play-ws-standalone-xml_2.12:jar:2.0.6'