You can download spray-client-1.3.1.jar in this page.
Apache 2
spray-client-1.3.1.jar file has the following types.
META-INF/MANIFEST.MF spray.client.HttpDialog.class spray.client.PipelineException.class spray.client.UnsuccessfulResponseException.class spray.client.pipelining.class
spray-client-1.3.1.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>io.spray</groupId> <artifactId>spray-client</artifactId> <packaging>bundle</packaging> <description>A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka</description> <url>http://spray.io</url> <version>1.3.1</version> <licenses> <license> <name>Apache 2</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <name>spray-client</name> <inceptionYear>2011</inceptionYear> <organization> <name>io.spray</name> <url>http://spray.io</url> </organization> <scm> <url>git://github.com/spray/spray.git</url> <connection>scm:git:git@github.com:spray/spray.git</connection> </scm> <developers> <developer> <id>sirthias</id> <name>Mathias Doenitz</name> </developer> <developer> <id>jrudolph</id> <name>Johannes Rudolph</name> </developer> </developers> <dependencies> <dependency> <groupId>io.spray</groupId> <artifactId>spray-can</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>io.spray</groupId> <artifactId>spray-http</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>io.spray</groupId> <artifactId>spray-httpx</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>io.spray</groupId> <artifactId>spray-util</artifactId> <version>1.3.1</version> </dependency> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala-library</artifactId> <version>2.10.3</version> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-osgi_2.10</artifactId> <version>2.3.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>com.typesafe.akka</groupId> <artifactId>akka-testkit_2.10</artifactId> <version>2.3.0</version> <scope>test</scope> </dependency> <dependency> <groupId>org.specs2</groupId> <artifactId>specs2_2.10</artifactId> <version>2.3.10</version> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.spray</groupId> <artifactId>spray-client</artifactId> <version>1.3.1</version> </dependency>
If you think the following spray-client-1.3.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download spray-client-1.3.1.jar file