swaldman / failable   0.0.6

GitHub

A generalization of Try and Either as a rich monadic(ish) library for informatively failable operations.

Scala versions: 3.x 2.13 2.12 2.11 2.10

failable-logging 0.0.6


Group ID:
com.mchange
Artifact ID:
failable-logging_3
Version:
0.0.6
Release Date:
Jan 17, 2023
Licenses:
Files:

libraryDependencies += "com.mchange" %% "failable-logging" % "0.0.6"

Mill build tool

ivy"com.mchange::failable-logging:0.0.6"

Scala CLI

//> using dep "com.mchange::failable-logging:0.0.6"

Ammonite REPL

import $ivy.`com.mchange::failable-logging:0.0.6`

<dependency>
  <groupId>com.mchange</groupId>
  <artifactId>failable-logging_3</artifactId>
  <version>0.0.6</version>
</dependency>

compile group: 'com.mchange', name: 'failable-logging_3', version: '0.0.6'