Download spray-testkit_2.10-1.3.1.jar file - Jar s

Jar examples for s:spray-testkit-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-testkit_2.10 1.3.1 in this page.

License

Apache 2

Build File

You can use the following script to add spray-testkit_2.10-1.3.1.jar to your project.

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

Download

Click the following link to download the jar file.

spray-testkit_2.10-1.3.1-javadoc.jar
spray-testkit_2.10-1.3.1-sources.jar
spray-testkit_2.10-1.3.1.jar
spray-testkit_2.10-1.3.1.pom



Related Tutorials