is not current version
Last Version 0.2

com.github.mperry:file-monitor 0.1

Creates file systems events as stream or observable watch events

GroupId

GroupId

com.github.mperry
ArtifactId

ArtifactId

file-monitor
Version

Version

0.1
Type

Type

jar

Download file-monitor 0.1


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