Jar examples for j:jpathwatch
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.
You can download jar file jpathwatch 0.95 in this page.
GNU General Public License with Classpath Exception
You can use the following script to add jpathwatch-0.95.jar to your project.
<dependency> <groupId>net.sf.jpathwatch</groupId> <artifactId>jpathwatch</artifactId> <version>0.95</version> </dependency>
compile group: 'net.sf.jpathwatch', name: 'jpathwatch', version: '0.95'
libraryDependencies += "net.sf.jpathwatch" % "jpathwatch" % "0.95"
<dependency org="net.sf.jpathwatch" name="jpathwatch" rev="0.95"/>
@Grapes(@Grab(group='net.sf.jpathwatch', module='jpathwatch', version='0.95'))
'net.sf.jpathwatch:jpathwatch:jar:0.95'
Click the following link to download the jar file.
jpathwatch-0.95-javadoc.jar