file-access

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

Leiningen/Boot

[file-access "0.1.0"]

Clojure CLI/deps.edn

file-access/file-access {:mvn/version "0.1.0"}

Gradle

implementation("file-access:file-access:0.1.0")

Maven

<dependency>
  <groupId>file-access</groupId>
  <artifactId>file-access</artifactId>
  <version>0.1.0</version>
</dependency>