guardian / content-api-scala-client   26.0.0

Apache License 2.0 GitHub

A Scala client library for the Guardian's Content API

Scala versions: 2.13 2.12 2.11 2.10

content-api-models 7.30


Group ID:
com.gu
Artifact ID:
content-api-models_2.11
Version:
7.30
Release Date:
Mar 14, 2016
Licenses:

libraryDependencies += "com.gu" %% "content-api-models" % "7.30"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::content-api-models:7.30"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::content-api-models:7.30"

Ammonite REPL

import $ivy.`com.gu::content-api-models:7.30`
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-api-models_2.11</artifactId>
  <version>7.30</version>
</dependency>

compile group: 'com.gu', name: 'content-api-models_2.11', version: '7.30'