MVN

com.github.pavlospt : rxfile

Maven & Gradle

Jun 11, 2018
447 stars

RxFile · Rx methods to get a File and Image or Video thumbnails from a MediaContentProvider on Android (Drive, Dropbox etc)

<dependency>
    <groupId>com.github.pavlospt</groupId>
    <artifactId>rxfile</artifactId>
    <version>1.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.pavlospt : rxfile to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.8

All Versions

Choose a version of com.github.pavlospt : rxfile to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.8
rxfile-1.8
1.7
rxfile-1.7
1.6
rxfile-1.6
1.5
rxfile-1.5
1.4
rxfile-1.4
1.3
rxfile-1.3
1.2
rxfile-1.2
1.1
rxfile-1.1
1.0
rxfile-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.pavlospt</groupId>
    <artifactId>rxfile</artifactId>
    <version>1.8</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.pavlospt : rxfile gradle dependency to your build.gradle file:

implementation 'com.github.pavlospt:rxfile:1.8'

Gradle Kotlin DSL: Add the following com.github.pavlospt : rxfile gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.pavlospt:rxfile:1.8")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.pavlospt : rxfile sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.pavlospt" % "rxfile" % "1.8"

Advertisement