Download spray-routing-1.2.1.jar file - Jar s

Jar examples for s:spray-routing

Description

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

You can download jar file spray-routing 1.2.1 in this page.

License

Apache 2

Build File

You can use the following script to add spray-routing-1.2.1.jar to your project.

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

Download

Click the following link to download the jar file.

spray-routing-1.2.1-javadoc.jar
spray-routing-1.2.1-sources.jar
spray-routing-1.2.1.jar
spray-routing-1.2.1.pom



Related Tutorials