License |
License |
---|---|
GroupId | GroupIdbr.com.objectos.oss-java11 |
ArtifactId | ArtifactIdobjectos-fs-watch |
Last Version | Last Version3.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionObjectos 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 Organization |
Project Organization |
Filename | Size |
---|---|
objectos-fs-watch-3.1.0.pom | |
objectos-fs-watch-3.1.0.jar | 24 KB |
objectos-fs-watch-3.1.0-sources.jar | 16 KB |
objectos-fs-watch-3.1.0-javadoc.jar | 440 KB |
Browse |
<!-- https://jarcasting.com/artifacts/br.com.objectos.oss-java11/objectos-fs-watch/ -->
<dependency>
<groupId>br.com.objectos.oss-java11</groupId>
<artifactId>objectos-fs-watch</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.oss-java11/objectos-fs-watch/
implementation 'br.com.objectos.oss-java11:objectos-fs-watch:3.1.0'
// https://jarcasting.com/artifacts/br.com.objectos.oss-java11/objectos-fs-watch/
implementation ("br.com.objectos.oss-java11:objectos-fs-watch:3.1.0")
'br.com.objectos.oss-java11:objectos-fs-watch:jar:3.1.0'
<dependency org="br.com.objectos.oss-java11" name="objectos-fs-watch" rev="3.1.0">
<artifact name="objectos-fs-watch" type="jar" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.oss-java11', module='objectos-fs-watch', version='3.1.0')
)
libraryDependencies += "br.com.objectos.oss-java11" % "objectos-fs-watch" % "3.1.0"
[br.com.objectos.oss-java11/objectos-fs-watch "3.1.0"]
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos.oss-java11 : objectos-collections-map | jar | 3.1.0 |
br.com.objectos.oss-java11 : objectos-collections-set | jar | 3.1.0 |
br.com.objectos.oss-java11 : objectos-latest Optional | jar | 3.1.0 |
br.com.objectos.oss-java11 : objectos-core-service | jar | 3.1.0 |
br.com.objectos.oss-java11 : objectos-fs | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
br.com.objectos.oss-java11 : objectos-testing-fs | jar | 3.1.0 |
br.com.objectos.oss-java11 : objectos-testing-random | jar | 3.1.0 |
org.testng : testng | jar | 7.1.0 |