twitter-archive / scala-json   3.0.2

Apache License 2.0 GitHub

JSON in Scala (deprecated)

Scala versions: 2.11 2.10

scala-json 3.0.2


Group ID:
com.twitter
Artifact ID:
scala-json_2.10
Version:
3.0.2
Release Date:
Dec 23, 2014
Licenses:

libraryDependencies += "com.twitter" %% "scala-json" % "3.0.2"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.twitter::scala-json:3.0.2"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.twitter::scala-json:3.0.2"

Ammonite REPL

import $ivy.`com.twitter::scala-json:3.0.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>com.twitter</groupId>
  <artifactId>scala-json_2.10</artifactId>
  <version>3.0.2</version>
</dependency>

compile group: 'com.twitter', name: 'scala-json_2.10', version: '3.0.2'