is not current version
Last Version 1.2.0

com.darylteo:directory-watcher 1.1.1

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

GroupId

GroupId

com.darylteo
ArtifactId

ArtifactId

directory-watcher
Version

Version

1.1.1
Type

Type

jar

Download directory-watcher 1.1.1


<!-- https://jarcasting.com/artifacts/com.darylteo/directory-watcher/ -->
<dependency>
    <groupId>com.darylteo</groupId>
    <artifactId>directory-watcher</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.darylteo/directory-watcher/
implementation 'com.darylteo:directory-watcher:1.1.1'
// https://jarcasting.com/artifacts/com.darylteo/directory-watcher/
implementation ("com.darylteo:directory-watcher:1.1.1")
'com.darylteo:directory-watcher:jar:1.1.1'
<dependency org="com.darylteo" name="directory-watcher" rev="1.1.1">
  <artifact name="directory-watcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.darylteo', module='directory-watcher', version='1.1.1')
)
libraryDependencies += "com.darylteo" % "directory-watcher" % "1.1.1"
[com.darylteo/directory-watcher "1.1.1"]