tarao / nonempty-scala   0.2.0

MIT License GitHub

A value class for non-empty collections in Scala

Scala versions: 2.13 2.12 2.11

nonempty 0.0.2


Group ID:
com.github.tarao
Artifact ID:
nonempty_2.11
Version:
0.0.2
Release Date:
May 9, 2015
Licenses:
MIT
Files:

libraryDependencies += "com.github.tarao" %% "nonempty" % "0.0.2"

Mill build tool

ivy"com.github.tarao::nonempty:0.0.2"

Scala CLI

//> using dep "com.github.tarao::nonempty:0.0.2"

Ammonite REPL

import $ivy.`com.github.tarao::nonempty:0.0.2`

<dependency>
  <groupId>com.github.tarao</groupId>
  <artifactId>nonempty_2.11</artifactId>
  <version>0.0.2</version>
</dependency>

compile group: 'com.github.tarao', name: 'nonempty_2.11', version: '0.0.2'