scalacenter / scaladex-not-found   1.1.0

GitHub
Scala versions: 2.12 2.11 2.10
Scala.js versions: 0.6
sbt plugins: 1.0 0.13

scalastm2-collection 1.0.0


Group ID:
com.github.dhorman
Artifact ID:
scalastm2-collection_2.11
Version:
1.0.0
Release Date:
Dec 3, 2016
Licenses:
MIT

libraryDependencies += "com.github.dhorman" %% "scalastm2-collection" % "1.0.0"
resolvers += Resolver.bintrayRepo("dhorman", "maven")

Mill build tool

ivy"com.github.dhorman::scalastm2-collection:1.0.0"
MavenRepository("https://dl.bintray.com/dhorman/maven")

Scala CLI

//> using dep "com.github.dhorman::scalastm2-collection:1.0.0"

Ammonite REPL

import $ivy.`com.github.dhorman::scalastm2-collection:1.0.0`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray dhorman maven",
  "Some(https://dl.bintray.com/dhorman/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.github.dhorman</groupId>
  <artifactId>scalastm2-collection_2.11</artifactId>
  <version>1.0.0</version>
</dependency>

compile group: 'com.github.dhorman', name: 'scalastm2-collection_2.11', version: '1.0.0'