spotlight-core 2.3.0


Group ID:
com.github.dmrolfs
Artifact ID:
spotlight-core_2.12
Version:
2.3.0
Release Date:
Mar 7, 2017
Licenses:
MIT

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

Mill build tool

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

Scala CLI

//> using dep "com.github.dmrolfs::spotlight-core:2.3.0"

Ammonite REPL

import $ivy.`com.github.dmrolfs::spotlight-core:2.3.0`
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-core_2.12</artifactId>
  <version>2.3.0</version>
</dependency>

compile group: 'com.github.dmrolfs', name: 'spotlight-core_2.12', version: '2.3.0'