Download directory-watcher-0.3.2.jar file - Jar d

Jar examples for d:directory-watcher

Description

Watch and receive notifications on filesystem changes using Java 7 NIO's WatchService

You can download jar file directory-watcher 0.3.2 in this page.

License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE

Build File

You can use the following script to add directory-watcher-0.3.2.jar to your project.

<dependency>
   <groupId>io.methvin</groupId>
   <artifactId>directory-watcher</artifactId>
   <version>0.3.2</version>
</dependency>
compile group: 'io.methvin', name: 'directory-watcher', version: '0.3.2'
libraryDependencies += "io.methvin" % "directory-watcher" % "0.3.2"
<dependency org="io.methvin" name="directory-watcher" rev="0.3.2"/>
@Grapes(@Grab(group='io.methvin', module='directory-watcher', version='0.3.2'))
'io.methvin:directory-watcher:jar:0.3.2'

Download

Click the following link to download the jar file.

directory-watcher-0.3.2-javadoc.jar
directory-watcher-0.3.2-sources.jar
directory-watcher-0.3.2.jar
directory-watcher-0.3.2.pom



Related Tutorials