iheartradio / happy-path   0.7.4

GitHub

A small functional programming library that allows developers focus on the happy path of the runtime execution.

Scala versions: 2.11

happy-path 0.7.4


Group ID:
com.iheart
Artifact ID:
happy-path_2.11
Version:
0.7.4
Release Date:
Nov 4, 2016
Licenses:

libraryDependencies += "com.iheart" %% "happy-path" % "0.7.4"
resolvers += Resolver.bintrayRepo("iheartradio", "maven")

Mill build tool

ivy"com.iheart::happy-path:0.7.4"
MavenRepository("https://dl.bintray.com/iheartradio/maven")

Scala CLI

//> using dep "com.iheart::happy-path:0.7.4"

Ammonite REPL

import $ivy.`com.iheart::happy-path:0.7.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray iheartradio maven",
  "Some(https://dl.bintray.com/iheartradio/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.iheart</groupId>
  <artifactId>happy-path_2.11</artifactId>
  <version>0.7.4</version>
</dependency>

compile group: 'com.iheart', name: 'happy-path_2.11', version: '0.7.4'