Download directory-watcher-1.2.0.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 1.2.0 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-1.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials