is not current version
Last Version 1.1.0

com.darylteo:directorywatcher 1.0.0

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

GroupId

GroupId

com.darylteo
ArtifactId

ArtifactId

directorywatcher
Version

Version

1.0.0
Type

Type

jar

Download directorywatcher 1.0.0


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