Download spray-httpx-1.1.3.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.1.3 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials