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