swaldman / leftright   0.0.1

GitHub

Implicit enrichment of scala.util.Either to support monadic bias

Scala versions: 2.11 2.10

leftright 0.0.1


Group ID:
com.mchange
Artifact ID:
leftright_2.10
Version:
0.0.1
Release Date:
Dec 14, 2015
Licenses:

libraryDependencies += "com.mchange" %% "leftright" % "0.0.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.mchange::leftright:0.0.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.mchange::leftright:0.0.1"

Ammonite REPL

import $ivy.`com.mchange::leftright:0.0.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.mchange</groupId>
  <artifactId>leftright_2.10</artifactId>
  <version>0.0.1</version>
</dependency>

compile group: 'com.mchange', name: 'leftright_2.10', version: '0.0.1'