tax-account-router-frontend 1.57.0-43-gbb3629e


Group ID:
uk.gov.hmrc
Artifact ID:
tax-account-router-frontend_2.11
Version:
1.57.0-43-gbb3629e
Release Date:
May 19, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "tax-account-router-frontend" % "1.57.0-43-gbb3629e"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::tax-account-router-frontend:1.57.0-43-gbb3629e"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::tax-account-router-frontend:1.57.0-43-gbb3629e"

Ammonite REPL

import $ivy.`uk.gov.hmrc::tax-account-router-frontend:1.57.0-43-gbb3629e`
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.57.0-43-gbb3629e</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'tax-account-router-frontend_2.11', version: '1.57.0-43-gbb3629e'