s

spray-json_2.13.0-M5

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.13.0-M5-1.3.5.jar download
spray-json_2.13.0-M5-1.3.5.pom download
spray-json_2.13.0-M5-1.3.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.spray</groupId>
  <artifactId>spray-json_2.13.0-M5</artifactId>
  <version>1.3.5</version>
</dependency>
Gradle Groovy
implementation 'io.spray:spray-json_2.13.0-M5:1.3.5'
Gradle Kotlin
implementation("io.spray:spray-json_2.13.0-M5:1.3.5")
Scala SBT
libraryDependencies += "io.spray" % "spray-json_2.13.0-M5" % "1.3.5"
Groovy Grape
@Grapes(
  @Grab(group='io.spray', module='spray-json_2.13.0-M5', version='1.3.5')
)
Apache Ivy
<dependency org="io.spray" name="spray-json_2.13.0-M5" rev="1.3.5" />
Leiningen
[io.spray/spray-json_2.13.0-M5 "1.3.5"]
Apache Buildr
'io.spray:spray-json_2.13.0-M5:jar:1.3.5'