aaronp / eie   2.0.1

GitHub

Yet another IO library (in scala). Like better-files, but probably not as good, and using java.nio

Scala versions: 3.x 2.13 2.12 2.11

eie 0.0.5


Group ID:
com.github.aaronp
Artifact ID:
eie_2.12
Version:
0.0.5
Release Date:
Mar 19, 2019
Licenses:
Files:

libraryDependencies += "com.github.aaronp" %% "eie" % "0.0.5"

Mill build tool

ivy"com.github.aaronp::eie:0.0.5"

Scala CLI

//> using dep "com.github.aaronp::eie:0.0.5"

Ammonite REPL

import $ivy.`com.github.aaronp::eie:0.0.5`

<dependency>
  <groupId>com.github.aaronp</groupId>
  <artifactId>eie_2.12</artifactId>
  <version>0.0.5</version>
</dependency>

compile group: 'com.github.aaronp', name: 'eie_2.12', version: '0.0.5'