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 2.0.1


Group ID:
com.github.aaronp
Artifact ID:
eie_3
Version:
2.0.1
Release Date:
Jan 2, 2022
Licenses:
Files:

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

Mill build tool

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

Scala CLI

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

Ammonite REPL

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

<dependency>
  <groupId>com.github.aaronp</groupId>
  <artifactId>eie_3</artifactId>
  <version>2.0.1</version>
</dependency>

compile group: 'com.github.aaronp', name: 'eie_3', version: '2.0.1'