play-ws-standalone-xml_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws-standalone-xml_3</artifactId>
<version>2.2.14</version>
</dependency><?xml version='1.0' encoding='UTF-8'?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
<modelVersion>4.0.0</modelVersion>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws-standalone-xml_3</artifactId>
<packaging>jar</packaging>
<description>play-ws-standalone-xml</description>
<url>https://github.com/playframework/play-ws/</url>
<version>2.2.14</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://opensource.org/licenses/Apache-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>play-ws-standalone-xml</name>
<organization>
<name>The Play Framework Project</name>
<url>https://playframework.com</url>
</organization>
<scm>
<url>https://github.com/playframework/play-ws</url>
<connection>git@github.com:playframework/play-ws.git</connection>
</scm>
<developers>
<developer>
<id>playframework</id>
<name>The Play Framework Contributors</name>
<url>https://github.com/playframework</url>
<email>contact@playframework.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>com.typesafe.play</groupId>
<artifactId>play-ws-standalone_3</artifactId>
<version>2.2.14</version>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.7</version>
</dependency>
<dependency>
<groupId>org.scala-lang.modules</groupId>
<artifactId>scala-xml_3</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
<version>5.21.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.specs2</groupId>
<artifactId>specs2-core_3</artifactId>
<version>4.20.9</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.sbt</groupId>
<artifactId>junit-interface</artifactId>
<version>0.13.3</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<version>3.27.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.awaitility</groupId>
<artifactId>awaitility</artifactId>
<version>4.3.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>uk.org.lidalia</groupId>
<artifactId>slf4j-test</artifactId>
<version>1.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-core</artifactId>
<version>1.5.22</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>