d

dir-watcher_2.11

A scriptable app and library for watching files and directories for filesystem events
https://github.com/mdread/dir-watcher
MIT License
net.caoticode.dirwatcher
Daniel Camarda
Files download
File Operation
dir-watcher_2.11-0.1.0.jar download
dir-watcher_2.11-0.1.0.pom download
dir-watcher_2.11-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>net.caoticode.dirwatcher</groupId>
  <artifactId>dir-watcher_2.11</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'net.caoticode.dirwatcher:dir-watcher_2.11:0.1.0'
Gradle Kotlin
implementation("net.caoticode.dirwatcher:dir-watcher_2.11:0.1.0")
Scala SBT
libraryDependencies += "net.caoticode.dirwatcher" % "dir-watcher_2.11" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='net.caoticode.dirwatcher', module='dir-watcher_2.11', version='0.1.0')
)
Apache Ivy
<dependency org="net.caoticode.dirwatcher" name="dir-watcher_2.11" rev="0.1.0" />
Leiningen
[net.caoticode.dirwatcher/dir-watcher_2.11 "0.1.0"]
Apache Buildr
'net.caoticode.dirwatcher:dir-watcher_2.11:jar:0.1.0'