typelevel / jawn   1.5.1

GitHub

Jawn is for parsing jay-sawn (JSON)

Scala versions: 3.x 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6
Scala Native versions: 0.4

jawn-json4s 0.8.2


Group ID:
org.spire-math
Artifact ID:
jawn-json4s_2.10
Version:
0.8.2
Release Date:
Aug 7, 2015
Licenses:
MIT

libraryDependencies += "org.spire-math" %% "jawn-json4s" % "0.8.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"org.spire-math::jawn-json4s:0.8.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "org.spire-math::jawn-json4s:0.8.2"

Ammonite REPL

import $ivy.`org.spire-math::jawn-json4s:0.8.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>org.spire-math</groupId>
  <artifactId>jawn-json4s_2.10</artifactId>
  <version>0.8.2</version>
</dependency>

compile group: 'org.spire-math', name: 'jawn-json4s_2.10', version: '0.8.2'