MVN

com.github.davidmoten : rxjava-file

Maven & Gradle

Apr 04, 2018
84 stars

RxJava file observables

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>rxjava-file</artifactId>
    <version>0.4.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.davidmoten : rxjava-file to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.7

All Versions

Choose a version of com.github.davidmoten : rxjava-file to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
rxjava-file-0.4.7
rxjava-file-0.4.6
rxjava-file-0.4.5
rxjava-file-0.4.4
rxjava-file-0.4.3
rxjava-file-0.4.2
rxjava-file-0.4.1
0.4
rxjava-file-0.4
0.3.x
rxjava-file-0.3.3
rxjava-file-0.3.2
rxjava-file-0.3.1
0.3
rxjava-file-0.3
0.2
rxjava-file-0.2
0.1
rxjava-file-0.1

How to add a dependency to Maven

Add the following com.github.davidmoten : rxjava-file maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.davidmoten</groupId>
    <artifactId>rxjava-file</artifactId>
    <version>0.4.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.davidmoten : rxjava-file gradle dependency to your build.gradle file:

implementation 'com.github.davidmoten:rxjava-file:0.4.7'

Gradle Kotlin DSL: Add the following com.github.davidmoten : rxjava-file gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.davidmoten:rxjava-file:0.4.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.davidmoten : rxjava-file sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.davidmoten" % "rxjava-file" % "0.4.7"

Advertisement