awrs-notification 3.2.0-13-g1aefbed


Group ID:
uk.gov.hmrc
Artifact ID:
awrs-notification_2.11
Version:
3.2.0-13-g1aefbed
Release Date:
Feb 24, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "awrs-notification" % "3.2.0-13-g1aefbed"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::awrs-notification:3.2.0-13-g1aefbed"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::awrs-notification:3.2.0-13-g1aefbed"

Ammonite REPL

import $ivy.`uk.gov.hmrc::awrs-notification:3.2.0-13-g1aefbed`
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>awrs-notification_2.11</artifactId>
  <version>3.2.0-13-g1aefbed</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'awrs-notification_2.11', version: '3.2.0-13-g1aefbed'