thoughtworksinc / each   3.3.2

Apache License 2.0 GitHub

A macro library that converts native imperative syntax to scalaz's monadic expressions

Scala versions: 2.13 2.12 2.11 2.10
Scala.js versions: 1.x 0.6

each 0.5.1


Group ID:
com.thoughtworks.each
Artifact ID:
each_2.11
Version:
0.5.1
Release Date:
Jan 3, 2016
Licenses:

libraryDependencies += "com.thoughtworks.each" %% "each" % "0.5.1"
resolvers += Resolver.bintrayJCenter

Mill build tool

ivy"com.thoughtworks.each::each:0.5.1"
MavenRepository("https://jcenter.bintray.com")

Scala CLI

//> using dep "com.thoughtworks.each::each:0.5.1"

Ammonite REPL

import $ivy.`com.thoughtworks.each::each:0.5.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.thoughtworks.each</groupId>
  <artifactId>each_2.11</artifactId>
  <version>0.5.1</version>
</dependency>

compile group: 'com.thoughtworks.each', name: 'each_2.11', version: '0.5.1'