Download jpathwatch-0.95.jar file

Introduction

You can download jpathwatch-0.95.jar in this page.

License

GNU General Public License with Classpath Exception

Type List

jpathwatch-0.95.jar file has the following types.

FreeBSD-i386/libjpathwatch-native.so
GNU-Linux-x86/libjpathwatch-native.so
GNU-Linux-x86_64/libjpathwatch-native.so
GNU-MacOSX/libjpathwatch-native-32.dylib
GNU-MacOSX/libjpathwatch-native-64.dylib
GNU-MacOSX/libjpathwatch-native-ppc-32.dylib
GNU-MacOSX/libjpathwatch-native-ppc-64.dylib
META-INF/MANIFEST.MF
Windows-amd64/jpathwatch-native.dll
Windows-x86/jpathwatch-native.dll
name.pachler.nio.file.ClosedWatchServiceException.class
name.pachler.nio.file.FileSystem.class
name.pachler.nio.file.FileSystems.class
name.pachler.nio.file.NotDirectoryException.class
name.pachler.nio.file.Path.class
name.pachler.nio.file.Paths.class
name.pachler.nio.file.StandardWatchEventKind.class
name.pachler.nio.file.WatchEvent.class
name.pachler.nio.file.WatchKey.class
name.pachler.nio.file.WatchService.class
name.pachler.nio.file.Watchable.class
name.pachler.nio.file.ext.Bootstrapper.class
name.pachler.nio.file.ext.ExtendedWatchEventKind.class
name.pachler.nio.file.ext.ExtendedWatchEventModifier.class
name.pachler.nio.file.impl.BSD.class
name.pachler.nio.file.impl.BSDPathWatchService.class
name.pachler.nio.file.impl.CloseableBlockingQueue.class
name.pachler.nio.file.impl.Linux.class
name.pachler.nio.file.impl.LinuxPathWatchKey.class
name.pachler.nio.file.impl.LinuxPathWatchService.class
name.pachler.nio.file.impl.NativeLibLoader.class
name.pachler.nio.file.impl.PathImpl.class
name.pachler.nio.file.impl.PathWatchEvent.class
name.pachler.nio.file.impl.PathWatchEventKind.class
name.pachler.nio.file.impl.PathWatchEventModifier.class
name.pachler.nio.file.impl.PathWatchKey.class
name.pachler.nio.file.impl.PathWatchService.class
name.pachler.nio.file.impl.PollingPathWatchKey.class
name.pachler.nio.file.impl.PollingPathWatchService.class
name.pachler.nio.file.impl.Solaris.class
name.pachler.nio.file.impl.Unix.class
name.pachler.nio.file.impl.VoidWatchEvent.class
name.pachler.nio.file.impl.VoidWatchEventKind.class
name.pachler.nio.file.impl.Windows.class
name.pachler.nio.file.impl.WindowsPathWatchService.class

Pom

jpathwatch-0.95.pom file content.

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <modelVersion>4.0.0</modelVersion>

    <groupId>net.sf.jpathwatch</groupId>
    <artifactId>jpathwatch</artifactId>
    <version>0.95</version>
    <packaging>jar</packaging>

    <name>jpathwatch</name>
    <description>
        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.
    </description>

    <url>http://jpathwatch.wordpress.com</url>

    <licenses>
        <license>
            <name>GNU General Public License with Classpath Exception</name>
            <url>http://www.gnu.org/software/classpath/license.html</url>
            <comments>
                A modified version of the GPLv2 which permits linking with
                GPL-incompatible modules under certain conditions.
            </comments>
        </license>
    </licenses>
	
	<scm>
		<connection>scm:svn:https://jpathwatch.svn.sourceforge.net/svnroot/jpathwatch</connection>
		<url>http://jpathwatch.svn.sourceforge.net/viewvc/jpathwatch/</url>
	</scm>

    <developers>
        <developer>
            <id>bobby_newmark</id>
            <name>Uwe Pachler</name>
            <roles>
                <role>developer</role>
                <role>maintainer</role>
            </roles>
        </developer>
    </developers>
</project>

POM Entry

<dependency>
   <groupId>net.sf.jpathwatch</groupId>
   <artifactId>jpathwatch</artifactId>
   <version>0.95</version>
</dependency>

Download

If you think the following jpathwatch-0.95.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download jpathwatch-0.95.jar file




PreviousNext

Related