hmrc / microservice-bootstrap   8.1.0-2-g7819d53

Apache License 2.0 GitHub

Skeleton for an MDTP Microservice

Scala versions: 2.11

microservice-bootstrap 6.8.0-1-ge3f54ff


Group ID:
uk.gov.hmrc
Artifact ID:
microservice-bootstrap_2.11
Version:
6.8.0-1-ge3f54ff
Release Date:
Sept 26, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "microservice-bootstrap" % "6.8.0-1-ge3f54ff"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::microservice-bootstrap:6.8.0-1-ge3f54ff"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::microservice-bootstrap:6.8.0-1-ge3f54ff"

Ammonite REPL

import $ivy.`uk.gov.hmrc::microservice-bootstrap:6.8.0-1-ge3f54ff`
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>microservice-bootstrap_2.11</artifactId>
  <version>6.8.0-1-ge3f54ff</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'microservice-bootstrap_2.11', version: '6.8.0-1-ge3f54ff'