is not current version
Last Version 1.8

com.github.pavlospt:rxfile 1.5

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

GroupId

GroupId

com.github.pavlospt
ArtifactId

ArtifactId

rxfile
Version

Version

1.5
Type

Type

aar

Download rxfile 1.5


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