MVN

com.typesafe.play : play-ws-standalone-xml_2.11

Maven & Gradle

Dec 03, 2019
3 usages
221 stars

play-ws-standalone-xml · play-ws-standalone-xml

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-ws-standalone-xml_2.11</artifactId>
    <version>2.0.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.typesafe.play : play-ws-standalone-xml_2.11 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.8
  • Latest Release Candidate: 2.0.0-RC2

All Versions

Choose a version of com.typesafe.play : play-ws-standalone-xml_2.11 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
play-ws-standalone-xml_2.11-2.0.8
play-ws-standalone-xml_2.11-2.0.7
play-ws-standalone-xml_2.11-2.0.6
play-ws-standalone-xml_2.11-2.0.4
play-ws-standalone-xml_2.11-2.0.3
play-ws-standalone-xml_2.11-2.0.2
play-ws-standalone-xml_2.11-2.0.1
play-ws-standalone-xml_2.11-2.0.0
play-ws-standalone-xml_2.11-2.0.0-RC2
play-ws-standalone-xml_2.11-2.0.0-RC1
play-ws-standalone-xml_2.11-2.0.0-M6
play-ws-standalone-xml_2.11-2.0.0-M5
play-ws-standalone-xml_2.11-2.0.0-M4
play-ws-standalone-xml_2.11-2.0.0-M3
play-ws-standalone-xml_2.11-2.0.0-M2
play-ws-standalone-xml_2.11-2.0.0-M1
1.1.x
play-ws-standalone-xml_2.11-1.1.14
play-ws-standalone-xml_2.11-1.1.13
play-ws-standalone-xml_2.11-1.1.12
play-ws-standalone-xml_2.11-1.1.10
play-ws-standalone-xml_2.11-1.1.9
play-ws-standalone-xml_2.11-1.1.8
play-ws-standalone-xml_2.11-1.1.7
play-ws-standalone-xml_2.11-1.1.6
play-ws-standalone-xml_2.11-1.1.5
play-ws-standalone-xml_2.11-1.1.3
play-ws-standalone-xml_2.11-1.1.2
play-ws-standalone-xml_2.11-1.1.1
play-ws-standalone-xml_2.11-1.1.0
1.0.x
play-ws-standalone-xml_2.11-1.0.7
play-ws-standalone-xml_2.11-1.0.6
play-ws-standalone-xml_2.11-1.0.4
play-ws-standalone-xml_2.11-1.0.1
play-ws-standalone-xml_2.11-1.0.0
play-ws-standalone-xml_2.11-1.0.0-RC4
play-ws-standalone-xml_2.11-1.0.0-RC3

How to add a dependency to Maven

Add the following com.typesafe.play : play-ws-standalone-xml_2.11 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.typesafe.play</groupId>
    <artifactId>play-ws-standalone-xml_2.11</artifactId>
    <version>2.0.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.typesafe.play : play-ws-standalone-xml_2.11 gradle dependency to your build.gradle file:

implementation 'com.typesafe.play:play-ws-standalone-xml_2.11:2.0.8'

Gradle Kotlin DSL: Add the following com.typesafe.play : play-ws-standalone-xml_2.11 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.typesafe.play:play-ws-standalone-xml_2.11:2.0.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.typesafe.play : play-ws-standalone-xml_2.11 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.typesafe.play" % "play-ws-standalone-xml_2.11" % "2.0.8"

Advertisement