is not current version
Last Version 1.8

com.github.pavlospt:rxfile 1.1

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.1
Type

Type

aar

Download rxfile 1.1


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