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 1.6.2


Group ID:
com.gu
Artifact ID:
facia-json_2.11
Version:
1.6.2
Release Date:
May 25, 2016
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.gu::facia-json:1.6.2`
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>1.6.2</version>
</dependency>

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