FileMonitor

Creates file systems events as stream or observable watch events

Лицензия

Лицензия

Группа

Группа

com.github.mperry
Идентификатор

Идентификатор

file-monitor
Последняя версия

Последняя версия

0.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

FileMonitor
Creates file systems events as stream or observable watch events
Ссылка на сайт

Ссылка на сайт

https://github.com/mperry/file-monitor
Система контроля версий

Система контроля версий

https://github.com/mperry/file-monitor.git

Скачать file-monitor

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/com.github.mperry/file-monitor/ -->
<dependency>
    <groupId>com.github.mperry</groupId>
    <artifactId>file-monitor</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mperry/file-monitor/
implementation 'com.github.mperry:file-monitor:0.2'
// https://jarcasting.com/artifacts/com.github.mperry/file-monitor/
implementation ("com.github.mperry:file-monitor:0.2")
'com.github.mperry:file-monitor:jar:0.2'
<dependency org="com.github.mperry" name="file-monitor" rev="0.2">
  <artifact name="file-monitor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mperry', module='file-monitor', version='0.2')
)
libraryDependencies += "com.github.mperry" % "file-monitor" % "0.2"
[com.github.mperry/file-monitor "0.2"]

Зависимости

compile (6)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-log4j12 jar 1.7.7
org.functionaljava : functionaljava jar 4.2
org.apache.commons : commons-lang3 jar 3.3.2
org.slf4j : slf4j-api jar 1.7.7
commons-io : commons-io jar 1.4
com.netflix.rxjava : rxjava-core jar 0.20.7

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.11

Модули Проекта

Данный проект не имеет модулей.

File Monitoring

Uses Java NIO to create a stream of file system events (java.nio.file.WatchEvent) as either a RxJava Observable or FunctionalJava Stream of WatchEvent's.

Latest version is release 0.1 on Maven Central.

Версии библиотеки

Версия
0.2
0.1