Download spray-io-1.0.0.jar file - Jar s

Jar examples for s:spray-io

Description

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

You can download jar file spray-io 1.0.0 in this page.

License

Apache 2

Build File

You can use the following script to add spray-io-1.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

spray-io-1.0.0-javadoc.jar
spray-io-1.0.0-sources.jar
spray-io-1.0.0.jar
spray-io-1.0.0.pom



Related Tutorials