hmrc / play-graphite   3.6.0-1-gb19814d

Apache License 2.0 GitHub

A library that can hook to a Play Global object to start the Graphite reporter.

Scala versions: 2.11

play-graphite 3.2.0-1-g2c24e17


Group ID:
uk.gov.hmrc
Artifact ID:
play-graphite_2.11
Version:
3.2.0-1-g2c24e17
Release Date:
Jul 11, 2017
Licenses:

libraryDependencies += "uk.gov.hmrc" %% "play-graphite" % "3.2.0-1-g2c24e17"
resolvers += Resolver.bintrayRepo("hmrc", "release-candidates")

Mill build tool

ivy"uk.gov.hmrc::play-graphite:3.2.0-1-g2c24e17"
MavenRepository("https://dl.bintray.com/hmrc/release-candidates")

Scala CLI

//> using dep "uk.gov.hmrc::play-graphite:3.2.0-1-g2c24e17"

Ammonite REPL

import $ivy.`uk.gov.hmrc::play-graphite:3.2.0-1-g2c24e17`
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-graphite_2.11</artifactId>
  <version>3.2.0-1-g2c24e17</version>
</dependency>

compile group: 'uk.gov.hmrc', name: 'play-graphite_2.11', version: '3.2.0-1-g2c24e17'