hmrc / push-notification-scheduler   0.8.0-9-ga2d69f3

GitHub
Scala versions: 2.11

push-notification-scheduler 0.6.0-4-gf7386b2


Group ID:
uk.gov.hmrc
Artifact ID:
push-notification-scheduler_2.11
Version:
0.6.0-4-gf7386b2
Release Date:
Jun 1, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "push-notification-scheduler" % "0.6.0-4-gf7386b2"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::push-notification-scheduler:0.6.0-4-gf7386b2"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::push-notification-scheduler:0.6.0-4-gf7386b2"

Ammonite REPL

import $ivy.`uk.gov.hmrc::push-notification-scheduler:0.6.0-4-gf7386b2`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray hmrc release-candidates",
  "Some(https://dl.bintray.com/hmrc/release-candidates)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>uk.gov.hmrc</groupId>
  <artifactId>push-notification-scheduler_2.11</artifactId>
  <version>0.6.0-4-gf7386b2</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'push-notification-scheduler_2.11', version: '0.6.0-4-gf7386b2'