MVN

com.github.sworisbreathing : sfmf4j

Maven & Gradle

Mar 06, 2013
1 stars

SFMF4J: Simple File Monitor Facade For Java · SFMF4J is a simple file monitoring facade for Java. It attempts to do for file monitoring what SLF4J does for logging, which is to abstract away the API from the interface, such that library developers can write code against a file monitoring solution without forcing an application developer to use any particular file monitoring implementation.

<dependency>
    <groupId>com.github.sworisbreathing</groupId>
    <artifactId>sfmf4j</artifactId>
    <version>sfmf4j-tests</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.sworisbreathing : sfmf4j to add to Maven - Latest Versions:

  • Latest Stable: sfmf4j-tests

All Versions

Choose a version of com.github.sworisbreathing : sfmf4j to add to Maven - All Versions:

Version Vulnerabilities Updated
1.0
sfmf4j-1.0
sfmf4j
sfmf4j-sfmf4j-tests
sfmf4j-sfmf4j-nio2
sfmf4j-sfmf4j-jpathwatch
sfmf4j-sfmf4j-commonsio
sfmf4j-sfmf4j-api

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.sworisbreathing</groupId>
    <artifactId>sfmf4j</artifactId>
    <version>sfmf4j-tests</version>
</dependency>