is not current version
Last Version 0.1.8

com.github.davidmoten:rxjava2-file 0.1.6

Utilities for watching file events and tailing files using RxJava 2.x

Categories

Categories

RxJava Container Microservices Reactive libraries
GroupId

GroupId

com.github.davidmoten
ArtifactId

ArtifactId

rxjava2-file
Version

Version

0.1.6
Type

Type

jar

Download rxjava2-file 0.1.6


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