hmrc / frontend-bootstrap   10.2.0-2-g25b2026

Apache License 2.0 GitHub

This library implements a basic Play Global object and related functionality for frontend applications.

Scala versions: 2.11

frontend-bootstrap 5.1.1-2-ge141216


Group ID:
uk.gov.hmrc
Artifact ID:
frontend-bootstrap_2.11
Version:
5.1.1-2-ge141216
Release Date:
Feb 3, 2016
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "frontend-bootstrap" % "5.1.1-2-ge141216"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::frontend-bootstrap:5.1.1-2-ge141216"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::frontend-bootstrap:5.1.1-2-ge141216"

Ammonite REPL

import $ivy.`uk.gov.hmrc::frontend-bootstrap:5.1.1-2-ge141216`
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>frontend-bootstrap_2.11</artifactId>
  <version>5.1.1-2-ge141216</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'frontend-bootstrap_2.11', version: '5.1.1-2-ge141216'