Download spray-httpx_2.11-1.3.4.jar file - Jar s

Jar examples for s:spray-httpx-2.11

Description

A suite of lightweight Scala libraries for building and consuming RESTful web services on top of Akka

You can download jar file spray-httpx_2.11 1.3.4 in this page.

License

Apache 2

Build File

You can use the following script to add spray-httpx_2.11-1.3.4.jar to your project.

<dependency>
   <groupId>io.spray</groupId>
   <artifactId>spray-httpx_2.11</artifactId>
   <version>1.3.4</version>
</dependency>
compile group: 'io.spray', name: 'spray-httpx_2.11', version: '1.3.4'
libraryDependencies += "io.spray" % "spray-httpx_2.11" % "1.3.4"
<dependency org="io.spray" name="spray-httpx_2.11" rev="1.3.4"/>
@Grapes(@Grab(group='io.spray', module='spray-httpx_2.11', version='1.3.4'))
'io.spray:spray-httpx_2.11:jar:1.3.4'

Download

Click the following link to download the jar file.

spray-httpx_2.11-1.3.4-javadoc.jar
spray-httpx_2.11-1.3.4-sources.jar
spray-httpx_2.11-1.3.4.jar
spray-httpx_2.11-1.3.4.pom



Related Tutorials