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-play-2-4 0.5.14


Group ID:
com.gu
Artifact ID:
mobile-notifications-client-play-2-4_2.10
Version:
0.5.14
Release Date:
Dec 21, 2015
Licenses:

libraryDependencies += "com.gu" %% "mobile-notifications-client-play-2-4" % "0.5.14"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.gu::mobile-notifications-client-play-2-4:0.5.14"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.gu::mobile-notifications-client-play-2-4:0.5.14"

Ammonite REPL

import $ivy.`com.gu::mobile-notifications-client-play-2-4:0.5.14`
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-play-2-4_2.10</artifactId>
  <version>0.5.14</version>
</dependency>

compile group: 'com.gu', name: 'mobile-notifications-client-play-2-4_2.10', version: '0.5.14'