guardian / mobile-notifications-api-client   0.6.0

GitHub

Moved to https://github.com/guardian/mobile-n10n

Scala versions: 2.12 2.11 2.10

mobile-notifications-client 0.5.20


Group ID:
com.gu
Artifact ID:
mobile-notifications-client_2.11
Version:
0.5.20
Release Date:
Feb 22, 2016
Licenses:

libraryDependencies += "com.gu" %% "mobile-notifications-client" % "0.5.20"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::mobile-notifications-client:0.5.20"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::mobile-notifications-client:0.5.20"

Ammonite REPL

import $ivy.`com.gu::mobile-notifications-client:0.5.20`
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>mobile-notifications-client_2.11</artifactId>
  <version>0.5.20</version>
</dependency>

compile group: 'com.gu', name: 'mobile-notifications-client_2.11', version: '0.5.20'