License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.jpathwatch |
ArtifactId | ArtifactIdjpathwatch |
Last Version | Last Version0.95 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionjpathwatch
jpathwatch is a Java library for monitoring directories for changes. It
uses the host platform's native OS functions to achive this to avoid
polling.
|
Project URL |
Project URL |
Filename | Size |
---|---|
jpathwatch-0.95.pom | |
jpathwatch-0.95.jar | 1 MB |
jpathwatch-0.95-sources.jar | 278 KB |
jpathwatch-0.95-javadoc.jar | 108 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.jpathwatch/jpathwatch/ -->
<dependency>
<groupId>net.sf.jpathwatch</groupId>
<artifactId>jpathwatch</artifactId>
<version>0.95</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.jpathwatch/jpathwatch/
implementation 'net.sf.jpathwatch:jpathwatch:0.95'
// https://jarcasting.com/artifacts/net.sf.jpathwatch/jpathwatch/
implementation ("net.sf.jpathwatch:jpathwatch:0.95")
'net.sf.jpathwatch:jpathwatch:jar:0.95'
<dependency org="net.sf.jpathwatch" name="jpathwatch" rev="0.95">
<artifact name="jpathwatch" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.jpathwatch', module='jpathwatch', version='0.95')
)
libraryDependencies += "net.sf.jpathwatch" % "jpathwatch" % "0.95"
[net.sf.jpathwatch/jpathwatch "0.95"]