me.dryewo/mem-files

Library for keeping up-to-date text file contents in memory.

Leiningen/Boot

[me.dryewo/mem-files "0.1.0"]

Clojure CLI/deps.edn

me.dryewo/mem-files {:mvn/version "0.1.0"}

Gradle

implementation("me.dryewo:mem-files:0.1.0")

Maven

<dependency>
  <groupId>me.dryewo</groupId>
  <artifactId>mem-files</artifactId>
  <version>0.1.0</version>
</dependency>