spotlight-graphite 2.3.1


Group ID:
com.github.dmrolfs
Artifact ID:
spotlight-graphite_2.12
Version:
2.3.1
Release Date:
Mar 21, 2017
Licenses:
MIT

libraryDependencies += "com.github.dmrolfs" %% "spotlight-graphite" % "2.3.1"
resolvers += Resolver.bintrayRepo("omen", "maven")

Mill build tool

ivy"com.github.dmrolfs::spotlight-graphite:2.3.1"
MavenRepository("https://dl.bintray.com/omen/maven")

Scala CLI

//> using dep "com.github.dmrolfs::spotlight-graphite:2.3.1"

Ammonite REPL

import $ivy.`com.github.dmrolfs::spotlight-graphite:2.3.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray omen maven",
  "Some(https://dl.bintray.com/omen/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.dmrolfs</groupId>
  <artifactId>spotlight-graphite_2.12</artifactId>
  <version>2.3.1</version>
</dependency>

compile group: 'com.github.dmrolfs', name: 'spotlight-graphite_2.12', version: '2.3.1'