guardian / facia-scala-client   3.0.4

GitHub

Low level client for the Facia JSON API

Scala versions: 2.13 2.12 2.11 2.10

facia-json 2.0.1


Group ID:
com.gu
Artifact ID:
facia-json_2.11
Version:
2.0.1
Release Date:
Jul 19, 2016
Licenses:

libraryDependencies += "com.gu" %% "facia-json" % "2.0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::facia-json:2.0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::facia-json:2.0.1"

Ammonite REPL

import $ivy.`com.gu::facia-json:2.0.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>facia-json_2.11</artifactId>
  <version>2.0.1</version>
</dependency>

compile group: 'com.gu', name: 'facia-json_2.11', version: '2.0.1'