License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.contentobjects.jnotify |
ArtifactId | ArtifactIdjnotify |
Last Version | Last Version0.94 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJNotify
A Java library that allow Java applications to receive file system events on Windows and Linux.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jnotify-0.94.pom | |
jnotify-0.94.jar | 616 KB |
jnotify-0.94-sources.jar | 24 KB |
jnotify-0.94-javadoc.jar | 125 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.contentobjects.jnotify/jnotify/ -->
<dependency>
<groupId>net.contentobjects.jnotify</groupId>
<artifactId>jnotify</artifactId>
<version>0.94</version>
</dependency>
// https://jarcasting.com/artifacts/net.contentobjects.jnotify/jnotify/
implementation 'net.contentobjects.jnotify:jnotify:0.94'
// https://jarcasting.com/artifacts/net.contentobjects.jnotify/jnotify/
implementation ("net.contentobjects.jnotify:jnotify:0.94")
'net.contentobjects.jnotify:jnotify:jar:0.94'
<dependency org="net.contentobjects.jnotify" name="jnotify" rev="0.94">
<artifact name="jnotify" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.contentobjects.jnotify', module='jnotify', version='0.94')
)
libraryDependencies += "net.contentobjects.jnotify" % "jnotify" % "0.94"
[net.contentobjects.jnotify/jnotify "0.94"]