r

rxjava2-file

Utilities for watching file events and tailing files using RxJava 2.x
http://github.com/davidmoten/rxjava2-file
The Apache Software License, Version 2.0
Dave Moten
Files download
File Operation
rxjava2-file-0.1.3.jar download
rxjava2-file-0.1.3.pom download
rxjava2-file-0.1.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.davidmoten</groupId>
  <artifactId>rxjava2-file</artifactId>
  <version>0.1.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.davidmoten:rxjava2-file:0.1.3'
Gradle Kotlin
implementation("com.github.davidmoten:rxjava2-file:0.1.3")
Scala SBT
libraryDependencies += "com.github.davidmoten" % "rxjava2-file" % "0.1.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.davidmoten', module='rxjava2-file', version='0.1.3')
)
Apache Ivy
<dependency org="com.github.davidmoten" name="rxjava2-file" rev="0.1.3" />
Leiningen
[com.github.davidmoten/rxjava2-file "0.1.3"]
Apache Buildr
'com.github.davidmoten:rxjava2-file:jar:0.1.3'