content-atom-model-scala 0.2.1


Group ID:
com.gu
Artifact ID:
content-atom-model-scala_2.10
Version:
0.2.1
Release Date:
Nov 30, 2015
Licenses:

libraryDependencies += "com.gu" %% "content-atom-model-scala" % "0.2.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::content-atom-model-scala:0.2.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::content-atom-model-scala:0.2.1"

Ammonite REPL

import $ivy.`com.gu::content-atom-model-scala:0.2.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.gu</groupId>
  <artifactId>content-atom-model-scala_2.10</artifactId>
  <version>0.2.1</version>
</dependency>

compile group: 'com.gu', name: 'content-atom-model-scala_2.10', version: '0.2.1'