plausiblelabs / nx   1.0.1

GitHub

Scala plugin that helps you migrate away from exception-based error handling

Scala versions: 2.11 2.10

no-exceptions 1.0.1


Group ID:
coop.plausible.nx
Artifact ID:
no-exceptions_2.11
Version:
1.0.1
Release Date:
Oct 17, 2014
Licenses:
MIT
Files:

libraryDependencies += "coop.plausible.nx" %% "no-exceptions" % "1.0.1"

Mill build tool

ivy"coop.plausible.nx::no-exceptions:1.0.1"

Scala CLI

//> using dep "coop.plausible.nx::no-exceptions:1.0.1"

Ammonite REPL

import $ivy.`coop.plausible.nx::no-exceptions:1.0.1`

<dependency>
  <groupId>coop.plausible.nx</groupId>
  <artifactId>no-exceptions_2.11</artifactId>
  <version>1.0.1</version>
</dependency>

compile group: 'coop.plausible.nx', name: 'no-exceptions_2.11', version: '1.0.1'