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.17


Group ID:
com.gu
Artifact ID:
mobile-notifications-client_2.11
Version:
0.5.17
Release Date:
Dec 28, 2015
Licenses:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

import $ivy.`com.gu::mobile-notifications-client:0.5.17`
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.17</version>
</dependency>

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