br.com.objectos:fs-watch

A Java multi-release filesystem watch service implementation. Uses a polling system for Java6 and delegates to java.nio.file.WatchService for Java7+ while providing the same public API.

License

License

GroupId

GroupId

br.com.objectos
ArtifactId

ArtifactId

fs-watch
Last Version

Last Version

0.1.0-jdk17
Release Date

Release Date

Type

Type

jar
Description

Description

br.com.objectos:fs-watch
A Java multi-release filesystem watch service implementation. Uses a polling system for Java6 and delegates to java.nio.file.WatchService for Java7+ while providing the same public API.
Project URL

Project URL

https://github.com/objectos/fs/tree/master/fs-watch
Source Code Management

Source Code Management

https://github.com/objectos/fs/tree/master/fs-watch

Download fs-watch

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
br.com.objectos : fs jar 0.1.0-jdk17
br.com.objectos : core-map jar 0.7.0-jdk17
br.com.objectos : core-service jar 0.7.0-jdk17
br.com.objectos : core-set jar 0.7.0-jdk17
br.com.objectos : latest jar 0.1.0-jdk17

Project Modules

There are no modules declared in this project.

Versions

Version
0.1.0-jdk17
0.1.0-jdk11
0.1.0-jdk8
0.1.0-jdk7
0.1.0-jdk6