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


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

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.aaronp</groupId>
  <artifactId>eie_2.11</artifactId>
  <version>0.0.4</version>
</dependency>

compile group: 'com.github.aaronp', name: 'eie_2.11', version: '0.0.4'