hmrc / play-health   0.7.0

Apache License 2.0 GitHub

A health monitor endpoint for Play applications

Scala versions: 2.12 2.11 2.10

play-health 1.1.0-2-g04efab1


Group ID:
uk.gov.hmrc
Artifact ID:
play-health_2.11
Version:
1.1.0-2-g04efab1
Release Date:
Oct 12, 2016
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "play-health" % "1.1.0-2-g04efab1"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::play-health:1.1.0-2-g04efab1"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::play-health:1.1.0-2-g04efab1"

Ammonite REPL

import $ivy.`uk.gov.hmrc::play-health:1.1.0-2-g04efab1`
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>play-health_2.11</artifactId>
  <version>1.1.0-2-g04efab1</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'play-health_2.11', version: '1.1.0-2-g04efab1'