lift-json 3.0-M8


Group ID:
net.liftweb
Artifact ID:
lift-json_2.11
Version:
3.0-M8
Release Date:
Feb 1, 2016
Licenses:

libraryDependencies += "net.liftweb" %% "lift-json" % "3.0-M8"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"net.liftweb::lift-json:3.0-M8"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "net.liftweb::lift-json:3.0-M8"

Ammonite REPL

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

<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift-json_2.11</artifactId>
  <version>3.0-M8</version>
</dependency>

compile group: 'net.liftweb', name: 'lift-json_2.11', version: '3.0-M8'