rjmac / rojoma-json   3.15.0

GitHub

Scala JSON library designed for easy, type-safe, and non-reflective (dis)assembly of JSON payloads

Scala versions: 2.13 2.12 2.11 2.10

rojoma-json-v3 3.0.0


Group ID:
com.rojoma
Artifact ID:
rojoma-json-v3_2.10
Version:
3.0.0
Release Date:
Sept 15, 2014
Licenses:

libraryDependencies += "com.rojoma" %% "rojoma-json-v3" % "3.0.0"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.rojoma::rojoma-json-v3:3.0.0"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.rojoma::rojoma-json-v3:3.0.0"

Ammonite REPL

import $ivy.`com.rojoma::rojoma-json-v3:3.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.rojoma</groupId>
  <artifactId>rojoma-json-v3_2.10</artifactId>
  <version>3.0.0</version>
</dependency>

compile group: 'com.rojoma', name: 'rojoma-json-v3_2.10', version: '3.0.0'