juxt/dirwatch

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

Leiningen/Boot

[juxt/dirwatch "0.2.5"]

Clojure CLI/deps.edn

juxt/dirwatch {:mvn/version "0.2.5"}

Gradle

implementation("juxt:dirwatch:0.2.5")

Maven

<dependency>
  <groupId>juxt</groupId>
  <artifactId>dirwatch</artifactId>
  <version>0.2.5</version>
</dependency>