ichoran / kse   0.8.0

GitHub

The Kerr Scala Extensions contain core functionality missing from the Scala standard library.

Scala versions: 2.12 2.11

kse 0.6.0


Group ID:
com.github.ichoran
Artifact ID:
kse_2.11
Version:
0.6.0
Release Date:
Feb 10, 2018
Licenses:
Files:

libraryDependencies += "com.github.ichoran" %% "kse" % "0.6.0"

Mill build tool

ivy"com.github.ichoran::kse:0.6.0"

Scala CLI

//> using dep "com.github.ichoran::kse:0.6.0"

Ammonite REPL

import $ivy.`com.github.ichoran::kse:0.6.0`

<dependency>
  <groupId>com.github.ichoran</groupId>
  <artifactId>kse_2.11</artifactId>
  <version>0.6.0</version>
</dependency>

compile group: 'com.github.ichoran', name: 'kse_2.11', version: '0.6.0'