Download spray-util-1.3.0.jar file - Jar s

Jar examples for s:spray-util

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

License

Apache 2

Build File

You can use the following script to add spray-util-1.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

spray-util-1.3.0-javadoc.jar
spray-util-1.3.0-sources.jar
spray-util-1.3.0.jar
spray-util-1.3.0.pom



Related Tutorials