sphere-json 0.5.11


Group ID:
io.sphere
Artifact ID:
sphere-json_2.10
Version:
0.5.11
Release Date:
May 31, 2015
Licenses:

libraryDependencies += "io.sphere" %% "sphere-json" % "0.5.11"
resolvers += Resolver.bintrayRepo("commercetools", "maven")

Mill build tool

ivy"io.sphere::sphere-json:0.5.11"
MavenRepository("https://dl.bintray.com/commercetools/maven")

Scala CLI

//> using dep "io.sphere::sphere-json:0.5.11"

Ammonite REPL

import $ivy.`io.sphere::sphere-json:0.5.11`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray commercetools maven",
  "Some(https://dl.bintray.com/commercetools/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>io.sphere</groupId>
  <artifactId>sphere-json_2.10</artifactId>
  <version>0.5.11</version>
</dependency>

compile group: 'io.sphere', name: 'sphere-json_2.10', version: '0.5.11'