Download spray-util_2.10-1.3.3.jar file - Jar s

Jar examples for s:spray-util-2.10

Description

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

You can download jar file spray-util_2.10 1.3.3 in this page.

License

Apache 2

Build File

You can use the following script to add spray-util_2.10-1.3.3.jar to your project.

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

Download

Click the following link to download the jar file.

spray-util_2.10-1.3.3-javadoc.jar
spray-util_2.10-1.3.3-sources.jar
spray-util_2.10-1.3.3.jar
spray-util_2.10-1.3.3.pom



Related Tutorials