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.3


Group ID:
com.github.aaronp
Artifact ID:
eie_2.12
Version:
0.0.3
Release Date:
Aug 13, 2018
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

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

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