Download spray-json_2.12-1.3.4.jar file - Jar s

Jar examples for s:spray-json-2.12

Description

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

You can download jar file spray-json_2.12 1.3.4 in this page.

License

BSD-style

Build File

You can use the following script to add spray-json_2.12-1.3.4.jar to your project.

<dependency>
   <groupId>com.github.wangzaixiang</groupId>
   <artifactId>spray-json_2.12</artifactId>
   <version>1.3.4</version>
</dependency>
compile group: 'com.github.wangzaixiang', name: 'spray-json_2.12', version: '1.3.4'
libraryDependencies += "com.github.wangzaixiang" % "spray-json_2.12" % "1.3.4"
<dependency org="com.github.wangzaixiang" name="spray-json_2.12" rev="1.3.4"/>
@Grapes(@Grab(group='com.github.wangzaixiang', module='spray-json_2.12', version='1.3.4'))
'com.github.wangzaixiang:spray-json_2.12:jar:1.3.4'

Download

Click the following link to download the jar file.

spray-json_2.12-1.3.4-javadoc.jar
spray-json_2.12-1.3.4-sources.jar
spray-json_2.12-1.3.4.jar
spray-json_2.12-1.3.4.pom



Related Tutorials