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

fapi-client 0.25


Group ID:
com.gu
Artifact ID:
fapi-client_2.10
Version:
0.25
Release Date:
Mar 8, 2015
Licenses:

libraryDependencies += "com.gu" %% "fapi-client" % "0.25"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::fapi-client:0.25"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::fapi-client:0.25"

Ammonite REPL

import $ivy.`com.gu::fapi-client:0.25`
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>fapi-client_2.10</artifactId>
  <version>0.25</version>
</dependency>

compile group: 'com.gu', name: 'fapi-client_2.10', version: '0.25'