guardian / content-atom   4.0.4

Apache License 2.0 GitHub

Schema for a content atom

Scala versions: 2.13 2.12 2.11 2.10
sbt plugins: 0.13

content-atom-model 2.4.10


Group ID:
com.gu
Artifact ID:
content-atom-model_2.11
Version:
2.4.10
Release Date:
Nov 9, 2016
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.gu::content-atom-model:2.4.10`
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_2.11</artifactId>
  <version>2.4.10</version>
</dependency>

compile group: 'com.gu', name: 'content-atom-model_2.11', version: '2.4.10'