| License |
License |
|---|---|
| Categories |
CategoriesRxJava Container Microservices Reactive libraries |
| GroupId | GroupIdcom.github.davidmoten |
| ArtifactId | ArtifactIdrxjava2-file |
| Version | Version0.1.7 |
| 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.7.pom | |
| rxjava2-file-0.1.7.jar | 28 KB |
| rxjava2-file-0.1.7-sources.jar | 6 KB |
| rxjava2-file-0.1.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.davidmoten/rxjava2-file/
implementation 'com.github.davidmoten:rxjava2-file:0.1.7'
// https://jarcasting.com/artifacts/com.github.davidmoten/rxjava2-file/
implementation ("com.github.davidmoten:rxjava2-file:0.1.7")
'com.github.davidmoten:rxjava2-file:jar:0.1.7'
<dependency org="com.github.davidmoten" name="rxjava2-file" rev="0.1.7">
<artifact name="rxjava2-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.davidmoten', module='rxjava2-file', version='0.1.7')
)
libraryDependencies += "com.github.davidmoten" % "rxjava2-file" % "0.1.7"
[com.github.davidmoten/rxjava2-file "0.1.7"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.reactivex.rxjava2 : rxjava | jar | 2.2.17 |
| com.github.davidmoten : rxjava2-extras | jar | 0.1.38 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |