Download play-java-ws_2.11-2.4.11.jar file

Introduction

You can download play-java-ws_2.11-2.4.11.jar in this page.

License

Apache-2.0

Type List

play-java-ws_2.11-2.4.11.jar file has the following types.

META-INF/MANIFEST.MF
play.libs.oauth.OAuth.class
play.libs.openid.DefaultOpenIdClient.class
play.libs.openid.OpenID.class
play.libs.openid.OpenIdClient.class
play.libs.openid.OpenIdModule.class
play.libs.openid.UserInfo.class
play.libs.ws.WS.class
play.libs.ws.WSAPI.class
play.libs.ws.WSAuthScheme.class
play.libs.ws.WSClient.class
play.libs.ws.WSCookie.class
play.libs.ws.WSRequest.class
play.libs.ws.WSRequestHolder.class
play.libs.ws.WSResponse.class
play.libs.ws.WSSignatureCalculator.class
play.libs.ws.ning.NingWSAPI.class
play.libs.ws.ning.NingWSClient.class
play.libs.ws.ning.NingWSCookie.class
play.libs.ws.ning.NingWSModule.class
play.libs.ws.ning.NingWSRequest.class
play.libs.ws.ning.NingWSResponse.class
reference.conf

Pom

play-java-ws_2.11-2.4.11.pom file content.

<?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-java-ws_2.11</artifactId>
    <packaging>jar</packaging>
    <description>Play-Java-WS</description>
    <url>https://playframework.com</url>
    <version>2.4.11</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-Java-WS</name>
    <organization>
        <name>com.typesafe.play</name>
        <url>https://playframework.com</url>
    </organization>
    <scm>
        <url>https://github.com/playframework/playframework</url>
        <connection>scm:git:git@github.com:playframework/playframework.git</connection>
    </scm>
    <developers>
        <developer>
            <id>playframework</id>
            <name>Play Framework Team</name>
            <url>https://github.com/playframework</url>
        </developer>
    </developers>
    <dependencies>
        <dependency>
            <groupId>org.scala-lang</groupId>
            <artifactId>scala-library</artifactId>
            <version>2.11.6</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play_2.11</artifactId>
            <version>2.4.11</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play-ws_2.11</artifactId>
            <version>2.4.11</version>
        </dependency>
        <dependency>
            <groupId>com.typesafe.play</groupId>
            <artifactId>play-java_2.11</artifactId>
            <version>2.4.11</version>
        </dependency>
        <dependency>
            <groupId>com.google.guava</groupId>
            <artifactId>guava</artifactId>
            <version>18.0</version>
        </dependency>
        <dependency>
            <groupId>com.ning</groupId>
            <artifactId>async-http-client</artifactId>
            <version>1.9.40</version>
        </dependency>
        <dependency>
            <groupId>oauth.signpost</groupId>
            <artifactId>signpost-core</artifactId>
            <version>1.2.1.2</version>
        </dependency>
        <dependency>
            <groupId>oauth.signpost</groupId>
            <artifactId>signpost-commonshttp4</artifactId>
            <version>1.2.1.2</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpclient</artifactId>
            <version>4.5.3</version>
        </dependency>
        <dependency>
            <groupId>org.apache.httpcomponents</groupId>
            <artifactId>httpcore</artifactId>
            <version>4.4.6</version>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-core_2.11</artifactId>
            <version>3.6.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-junit_2.11</artifactId>
            <version>3.6.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-mock_2.11</artifactId>
            <version>3.6.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.specs2</groupId>
            <artifactId>specs2-matcher-extra_2.11</artifactId>
            <version>3.6.6</version>
            <scope>test</scope>
        </dependency>
        <dependency>
            <groupId>org.mockito</groupId>
            <artifactId>mockito-all</artifactId>
            <version>1.10.8</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>com.typesafe.play</groupId>
   <artifactId>play-java-ws_2.11</artifactId>
   <version>2.4.11</version>
</dependency>

Download

If you think the following play-java-ws_2.11-2.4.11.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download play-java-ws_2.11-2.4.11.jar file




PreviousNext

Related