Download spray-servlet_2.11-1.3.2.jar file - Jar s

Jar examples for s:spray-servlet-2.11

Description

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

You can download jar file spray-servlet_2.11 1.3.2 in this page.

License

Apache 2

Build File

You can use the following script to add spray-servlet_2.11-1.3.2.jar to your project.

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

Download

Click the following link to download the jar file.

spray-servlet_2.11-1.3.2-javadoc.jar
spray-servlet_2.11-1.3.2-sources.jar
spray-servlet_2.11-1.3.2.jar
spray-servlet_2.11-1.3.2.pom



Related Tutorials