org.eag.file-access

A library that enables easy reading of files from the local filesystem, SFTP, S3, and github

Leiningen/Boot

[org.eag.file-access "0.1.1"]

Clojure CLI/deps.edn

org.eag.file-access/org.eag.file-access {:mvn/version "0.1.1"}

Gradle

implementation("org.eag.file-access:org.eag.file-access:0.1.1")

Maven

<dependency>
  <groupId>org.eag.file-access</groupId>
  <artifactId>org.eag.file-access</artifactId>
  <version>0.1.1</version>
</dependency>