prometheus-exporter 0.0.5+9-345e6c3e


Group ID:
com.evolutiongaming
Artifact ID:
prometheus-exporter_2.12
Version:
0.0.5+9-345e6c3e
Release Date:
Mar 12, 2018
Licenses:
MIT

libraryDependencies += "com.evolutiongaming" %% "prometheus-exporter" % "0.0.5+9-345e6c3e"
resolvers += Resolver.bintrayRepo("evolutiongaming", "maven")

Mill build tool

ivy"com.evolutiongaming::prometheus-exporter:0.0.5+9-345e6c3e"
MavenRepository("https://dl.bintray.com/evolutiongaming/maven")

Scala CLI

//> using dep "com.evolutiongaming::prometheus-exporter:0.0.5+9-345e6c3e"

Ammonite REPL

import $ivy.`com.evolutiongaming::prometheus-exporter:0.0.5+9-345e6c3e`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray evolutiongaming maven",
  "Some(https://dl.bintray.com/evolutiongaming/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.evolutiongaming</groupId>
  <artifactId>prometheus-exporter_2.12</artifactId>
  <version>0.0.5+9-345e6c3e</version>
</dependency>

compile group: 'com.evolutiongaming', name: 'prometheus-exporter_2.12', version: '0.0.5+9-345e6c3e'