License |
License |
---|---|
GroupId | GroupIdcom.github.pavlospt |
ArtifactId | ArtifactIdrxfile |
Version | Version1.8 |
Type | Typeaar |
Description |
DescriptionRxFile
Rx methods to get a File and Image or Video thumbnails from a MediaContentProvider on Android (Drive, Dropbox etc)
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
rxfile-1.8.pom | |
rxfile-1.8.aar | 25 KB |
rxfile-1.8-sources.jar | 6 KB |
rxfile-1.8-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pavlospt/rxfile/ -->
<dependency>
<groupId>com.github.pavlospt</groupId>
<artifactId>rxfile</artifactId>
<version>1.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pavlospt/rxfile/
implementation 'com.github.pavlospt:rxfile:1.8'
// https://jarcasting.com/artifacts/com.github.pavlospt/rxfile/
implementation ("com.github.pavlospt:rxfile:1.8")
'com.github.pavlospt:rxfile:aar:1.8'
<dependency org="com.github.pavlospt" name="rxfile" rev="1.8">
<artifact name="rxfile" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pavlospt', module='rxfile', version='1.8')
)
libraryDependencies += "com.github.pavlospt" % "rxfile" % "1.8"
[com.github.pavlospt/rxfile "1.8"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex : rxjava | jar | 1.3.8 |
com.android.support » support-core-utils | jar | 27.1.1 |