kailuowang / henkan   0.6.5

Contributors Wanted GitHub

A small library for converting between case classes.

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

happy-path 0.7.0


Group ID:
com.kailuowang
Artifact ID:
happy-path_2.11
Version:
0.7.0
Release Date:
May 17, 2016
Licenses:

libraryDependencies += "com.kailuowang" %% "happy-path" % "0.7.0"
resolvers += Resolver.bintrayRepo("kailuowang", "maven")

Mill build tool

ivy"com.kailuowang::happy-path:0.7.0"
MavenRepository("https://dl.bintray.com/kailuowang/maven")

Scala CLI

//> using dep "com.kailuowang::happy-path:0.7.0"

Ammonite REPL

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

<dependency>
  <groupId>com.kailuowang</groupId>
  <artifactId>happy-path_2.11</artifactId>
  <version>0.7.0</version>
</dependency>

compile group: 'com.kailuowang', name: 'happy-path_2.11', version: '0.7.0'