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


Group ID:
com.github.aaronp
Artifact ID:
eie_2.13
Version:
0.2.0
Release Date:
Jul 18, 2019
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.aaronp</groupId>
  <artifactId>eie_2.13</artifactId>
  <version>0.2.0</version>
</dependency>

compile group: 'com.github.aaronp', name: 'eie_2.13', version: '0.2.0'