s

sfmf4j

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.
http://sworisbreathing.github.com/sfmf4j
The Apache Software License, Version 2.0
Steven Swor
Steven Swor
Files download
File Operation
sfmf4j-1.0.pom download
Apache Maven
<dependency>
  <groupId>com.github.sworisbreathing</groupId>
  <artifactId>sfmf4j</artifactId>
  <version>1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.sworisbreathing:sfmf4j:1.0'
Gradle Kotlin
implementation("com.github.sworisbreathing:sfmf4j:1.0")
Scala SBT
libraryDependencies += "com.github.sworisbreathing" % "sfmf4j" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.sworisbreathing', module='sfmf4j', version='1.0')
)
Apache Ivy
<dependency org="com.github.sworisbreathing" name="sfmf4j" rev="1.0" />
Leiningen
[com.github.sworisbreathing/sfmf4j "1.0"]
Apache Buildr
'com.github.sworisbreathing:sfmf4j:jar:1.0'