Download spray-base-0.8.0-RC1.jar file - Jar s

Jar examples for s:spray-base

Description

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

You can download jar file spray-base 0.8.0-RC1 in this page.

License

Apache 2

Build File

You can use the following script to add spray-base-0.8.0-RC1.jar to your project.

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

Download

Click the following link to download the jar file.

spray-base-0.8.0-RC1-javadoc.jar
spray-base-0.8.0-RC1-sources.jar
spray-base-0.8.0-RC1-test-sources.jar
spray-base-0.8.0-RC1.jar
spray-base-0.8.0-RC1.pom



Related Tutorials