pbik-frontend 5.4.1-12-gd493707


Group ID:
uk.gov.hmrc
Artifact ID:
pbik-frontend_2.11
Version:
5.4.1-12-gd493707
Release Date:
Mar 24, 2016
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "pbik-frontend" % "5.4.1-12-gd493707"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::pbik-frontend:5.4.1-12-gd493707"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::pbik-frontend:5.4.1-12-gd493707"

Ammonite REPL

import $ivy.`uk.gov.hmrc::pbik-frontend:5.4.1-12-gd493707`
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>pbik-frontend_2.11</artifactId>
  <version>5.4.1-12-gd493707</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'pbik-frontend_2.11', version: '5.4.1-12-gd493707'