Download spray-json_2.10-1.3.0.jar file - Jar s

Jar examples for s:spray-json-2.10

Description

A Scala library for easy and idiomatic JSON (de)serialization

You can download jar file spray-json_2.10 1.3.0 in this page.

License

Apache 2

Build File

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

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

Download

Click the following link to download the jar file.

spray-json_2.10-1.3.0-javadoc.jar
spray-json_2.10-1.3.0-sources.jar
spray-json_2.10-1.3.0.jar
spray-json_2.10-1.3.0.pom



Related Tutorials