json_extra 0.2


Group ID:
com.github.kondaurovdev
Artifact ID:
json_extra_2.11
Version:
0.2
Release Date:
Mar 9, 2017
Licenses:
MIT

libraryDependencies += "com.github.kondaurovdev" %% "json_extra" % "0.2"
resolvers += Resolver.bintrayRepo("bintray", "jcenter")

Mill build tool

ivy"com.github.kondaurovdev::json_extra:0.2"
MavenRepository("https://dl.bintray.com/bintray/jcenter")

Scala CLI

//> using dep "com.github.kondaurovdev::json_extra:0.2"

Ammonite REPL

import $ivy.`com.github.kondaurovdev::json_extra:0.2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray bintray jcenter",
  "Some(https://dl.bintray.com/bintray/jcenter)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.kondaurovdev</groupId>
  <artifactId>json_extra_2.11</artifactId>
  <version>0.2</version>
</dependency>

compile group: 'com.github.kondaurovdev', name: 'json_extra_2.11', version: '0.2'