directorywatcher
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.darylteo</groupId>
<artifactId>directorywatcher</artifactId>
<version>1.1.0</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.darylteo</groupId>
<artifactId>directorywatcher</artifactId>
<version>1.1.0</version>
<name>Java Directory Watcher</name>
<description>Watch and receive notifications on filesystem changes using Java 7 NIO's WatchService</description>
<url>http://github.com/darylteo/directorywatcher</url>
<inceptionYear>2013</inceptionYear>
<licenses>
<license>
<name>DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE</name>
<url>http://www.wtfpl.net/txt/copying/</url>
<distribution>repo</distribution>
</license>
</licenses>
<developers>
<developer>
<id>darylteo</id>
<name>Daryl Teo</name>
<email>i.am@darylteo.com</email>
</developer>
</developers>
<scm>
<url>http://github.com/darylteo/directorywatcher</url>
</scm>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.+</version>
<scope>test</scope>
</dependency>
</dependencies>
<properties>
<project.build.sourceEncoding>UTF8</project.build.sourceEncoding>
</properties>
</project>