juxt/dirwatch

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

Leiningen/Boot

[juxt/dirwatch "0.2.4"]

Clojure CLI/deps.edn

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

Gradle

implementation("juxt:dirwatch:0.2.4")

Maven

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