play-ws_3
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-ws_3</artifactId> <version>2.9.6</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_3</artifactId> <packaging>jar</packaging> <description>Play-WS</description> <url>https://github.com/playframework/playframework</url> <version>2.9.6</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.html</url> <distribution>repo</distribution> </license> </licenses> <name>Play-WS</name> <organization> <name>The Play Framework Project</name> <url>https://playframework.com</url> </organization> <scm> <url>https://github.com/playframework/playframework</url> <connection>scm:git:https://github.com/playframework/playframework.git</connection> <developerConnection>scm:git:git@github.com:playframework/playframework.git</developerConnection> </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> <properties> <info.apiURL>https://www.playframework.com/documentation/2.9.6/api/scala/index.html</info.apiURL> </properties> <dependencies> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play_3</artifactId> <version>2.9.6</version> </dependency> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-test_3</artifactId> <version>2.9.6</version> <scope>test</scope> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-ws-standalone_3</artifactId> <version>2.2.10</version> </dependency> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-ws-standalone-xml_3</artifactId> <version>2.2.10</version> </dependency> <dependency> <groupId>com.typesafe.play</groupId> <artifactId>play-ws-standalone-json_3</artifactId> <version>2.2.10</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-stream_3</artifactId> <version>2.6.21</version> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-core_3</artifactId> <version>4.20.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-junit_3</artifactId> <version>4.20.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2-matcher-extra_3</artifactId> <version>4.20.9</version> <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-core</artifactId> <version>5.6.0</version> <scope>test</scope> </dependency> </dependencies> </project>