pro.juxt/dirwatch

A directory watcher, wrapping the JDK 7 java.nio.file.WatchService.

Leiningen/Boot

[pro.juxt/dirwatch "0.1.0"]

Clojure CLI/deps.edn

pro.juxt/dirwatch {:mvn/version "0.1.0"}

Gradle

implementation("pro.juxt:dirwatch:0.1.0")

Maven

<dependency>
  <groupId>pro.juxt</groupId>
  <artifactId>dirwatch</artifactId>
  <version>0.1.0</version>
</dependency>