sphere-libs 0.5.2


Group ID:
io.sphere
Artifact ID:
sphere-libs_2.10
Version:
0.5.2
Release Date:
Dec 11, 2014
Licenses:

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

Mill build tool

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

Scala CLI

//> using dep "io.sphere::sphere-libs:0.5.2"

Ammonite REPL

import $ivy.`io.sphere::sphere-libs:0.5.2`
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-libs_2.10</artifactId>
  <version>0.5.2</version>
</dependency>

compile group: 'io.sphere', name: 'sphere-libs_2.10', version: '0.5.2'