tax-account-router-frontend 1.51.0-2-g463e11b


Group ID:
uk.gov.hmrc
Artifact ID:
tax-account-router-frontend_2.11
Version:
1.51.0-2-g463e11b
Release Date:
Jan 10, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "tax-account-router-frontend" % "1.51.0-2-g463e11b"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::tax-account-router-frontend:1.51.0-2-g463e11b"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::tax-account-router-frontend:1.51.0-2-g463e11b"

Ammonite REPL

import $ivy.`uk.gov.hmrc::tax-account-router-frontend:1.51.0-2-g463e11b`
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>tax-account-router-frontend_2.11</artifactId>
  <version>1.51.0-2-g463e11b</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'tax-account-router-frontend_2.11', version: '1.51.0-2-g463e11b'