gmethvin / directory-watcher

A cross-platform Java recursive directory watcher, with a JNA macOS watcher and Scala better-files integration
Apache License 2.0
265 stars 34 forks source link

Guava dependency #16

Closed gmethvin closed 6 years ago

gmethvin commented 6 years ago

It'd be nice to remove the dependency on Guava so people don't run into version conflicts in other projects that use Guava. We could probably create our own versions of the few utilities we use from Guava (for file hashing for example).