Download spray-httpx-1.2.0.jar file - Jar s

Jar examples for s:spray-httpx

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 1.2.0 in this page.

License

Apache 2

Build File

You can use the following script to add spray-httpx-1.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

spray-httpx-1.2.0-javadoc.jar
spray-httpx-1.2.0-sources.jar
spray-httpx-1.2.0.jar
spray-httpx-1.2.0.pom



Related Tutorials