License |
License |
---|---|
Categories |
CategoriesRxJava Container Microservices Reactive libraries |
GroupId | GroupIdcom.github.davidmoten |
ArtifactId | ArtifactIdrxjava2-file |
Last Version | Last Version0.1.8 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrxjava2-file
Utilities for watching file events and tailing files using RxJava 2.x
|
Project URL |
Project URL |
Filename | Size |
---|---|
rxjava2-file-0.1.8.pom | |
rxjava2-file-0.1.8.jar | 28 KB |
rxjava2-file-0.1.8-sources.jar | 6 KB |
rxjava2-file-0.1.8-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.davidmoten/rxjava2-file/ -->
<dependency>
<groupId>com.github.davidmoten</groupId>
<artifactId>rxjava2-file</artifactId>
<version>0.1.8</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/rxjava2-file/
implementation 'com.github.davidmoten:rxjava2-file:0.1.8'
// https://jarcasting.com/artifacts/com.github.davidmoten/rxjava2-file/
implementation ("com.github.davidmoten:rxjava2-file:0.1.8")
'com.github.davidmoten:rxjava2-file:jar:0.1.8'
<dependency org="com.github.davidmoten" name="rxjava2-file" rev="0.1.8">
<artifact name="rxjava2-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='rxjava2-file', version='0.1.8')
)
libraryDependencies += "com.github.davidmoten" % "rxjava2-file" % "0.1.8"
[com.github.davidmoten/rxjava2-file "0.1.8"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex.rxjava2 : rxjava | jar | 2.2.21 |
com.github.davidmoten : rxjava2-extras | jar | 0.2.1.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |