dickwall / subcut   2.1.1

GitHub

Scala Uniquely Bound Classes Under Traits

Scala versions: 2.11 2.10

subcut 2.1


Group ID:
com.escalatesoft.subcut
Artifact ID:
subcut_2.10
Version:
2.1
Release Date:
Sept 22, 2014
Licenses:

libraryDependencies += "com.escalatesoft.subcut" %% "subcut" % "2.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.escalatesoft.subcut::subcut:2.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.escalatesoft.subcut::subcut:2.1"

Ammonite REPL

import $ivy.`com.escalatesoft.subcut::subcut:2.1`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray's JCenter",
  "Some(https://jcenter.bintray.com)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.escalatesoft.subcut</groupId>
  <artifactId>subcut_2.10</artifactId>
  <version>2.1</version>
</dependency>

compile group: 'com.escalatesoft.subcut', name: 'subcut_2.10', version: '2.1'