is not current version
Last Version 1.8

com.github.pavlospt:rxfile 1.0

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

Type

aar

Download rxfile 1.0


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