edadma / json   0.7.5

MIT License GitHub

easy, fast JSON implementation for Scala

Scala versions: 2.12 2.11

json 0.4


Group ID:
xyz.hyperreal
Artifact ID:
json_2.11
Version:
0.4
Release Date:
Jun 4, 2016
Licenses:
MIT

libraryDependencies += "xyz.hyperreal" %% "json" % "0.4"
resolvers += Resolver.bintrayRepo("edadma", "maven")

Mill build tool

ivy"xyz.hyperreal::json:0.4"
MavenRepository("https://dl.bintray.com/edadma/maven")

Scala CLI

//> using dep "xyz.hyperreal::json:0.4"

Ammonite REPL

import $ivy.`xyz.hyperreal::json:0.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray edadma maven",
  "Some(https://dl.bintray.com/edadma/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>xyz.hyperreal</groupId>
  <artifactId>json_2.11</artifactId>
  <version>0.4</version>
</dependency>

compile group: 'xyz.hyperreal', name: 'json_2.11', version: '0.4'