avast / fairy-tale   0.2.4

MIT License GitHub

Toolbox for functional programming in Scala using Finally Tagless approach

Scala versions: 2.12

scala-fp-toolbox-core 0.0.4


Group ID:
com.avast
Artifact ID:
scala-fp-toolbox-core_2.12
Version:
0.0.4
Release Date:
Dec 21, 2017
Licenses:
MIT

libraryDependencies += "com.avast" %% "scala-fp-toolbox-core" % "0.0.4"
resolvers += Resolver.bintrayRepo("avast", "maven")

Mill build tool

ivy"com.avast::scala-fp-toolbox-core:0.0.4"
MavenRepository("https://dl.bintray.com/avast/maven")

Scala CLI

//> using dep "com.avast::scala-fp-toolbox-core:0.0.4"

Ammonite REPL

import $ivy.`com.avast::scala-fp-toolbox-core:0.0.4`
import ammonite._, Resolvers._
val res = Resolver.Http(
  "Bintray avast maven",
  "Some(https://dl.bintray.com/avast/maven)",
  IvyPattern,
  false)
interp.resolvers() = interp.resolvers() :+ res

<dependency>
  <groupId>com.avast</groupId>
  <artifactId>scala-fp-toolbox-core_2.12</artifactId>
  <version>0.0.4</version>
</dependency>

compile group: 'com.avast', name: 'scala-fp-toolbox-core_2.12', version: '0.0.4'