product-catalog 0.12.1


Group ID:
com.commercetools.sunrise
Artifact ID:
product-catalog_2.11
Version:
0.12.1
Release Date:
Oct 28, 2016
Licenses:

libraryDependencies += "com.commercetools.sunrise" %% "product-catalog" % "0.12.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.commercetools.sunrise::product-catalog:0.12.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.commercetools.sunrise::product-catalog:0.12.1"

Ammonite REPL

import $ivy.`com.commercetools.sunrise::product-catalog:0.12.1`
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.commercetools.sunrise</groupId>
  <artifactId>product-catalog_2.11</artifactId>
  <version>0.12.1</version>
</dependency>

compile group: 'com.commercetools.sunrise', name: 'product-catalog_2.11', version: '0.12.1'