s

spray-json_2.12.0-M3

A Scala library for easy and idiomatic JSON (de)serialization
https://github.com/spray/spray-json
Apache 2
io.spray
Mathias Doenitz Johannes Rudolph
Files download
File Operation
spray-json_2.12.0-M3-1.3.2.jar download
spray-json_2.12.0-M3-1.3.2.pom download
spray-json_2.12.0-M3-1.3.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.spray</groupId>
  <artifactId>spray-json_2.12.0-M3</artifactId>
  <version>1.3.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.spray:spray-json_2.12.0-M3:1.3.2'
Gradle Kotlin
implementation("io.spray:spray-json_2.12.0-M3:1.3.2")
Scala SBT
libraryDependencies += "io.spray" % "spray-json_2.12.0-M3" % "1.3.2"
Groovy Grape
@Grapes(
  @Grab(group='io.spray', module='spray-json_2.12.0-M3', version='1.3.2')
)
Apache Ivy
<dependency org="io.spray" name="spray-json_2.12.0-M3" rev="1.3.2" />
Leiningen
[io.spray/spray-json_2.12.0-M3 "1.3.2"]
Apache Buildr
'io.spray:spray-json_2.12.0-M3:jar:1.3.2'