License |
License |
---|---|
GroupId | GroupIdcom.github.simonpercic |
ArtifactId | ArtifactIdwaterfallcache |
Version | Version1.1.0 |
Type | Typeaar |
Description |
DescriptionWaterfallCache
A reactive Android cache composed of multiple cache levels.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
waterfallcache-1.1.0.pom | |
waterfallcache-1.1.0.aar | 27 KB |
waterfallcache-1.1.0-sources.jar | 11 KB |
waterfallcache-1.1.0-javadoc.jar | 73 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.simonpercic/waterfallcache/ -->
<dependency>
<groupId>com.github.simonpercic</groupId>
<artifactId>waterfallcache</artifactId>
<version>1.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.simonpercic/waterfallcache/
implementation 'com.github.simonpercic:waterfallcache:1.1.0'
// https://jarcasting.com/artifacts/com.github.simonpercic/waterfallcache/
implementation ("com.github.simonpercic:waterfallcache:1.1.0")
'com.github.simonpercic:waterfallcache:aar:1.1.0'
<dependency org="com.github.simonpercic" name="waterfallcache" rev="1.1.0">
<artifact name="waterfallcache" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.simonpercic', module='waterfallcache', version='1.1.0')
)
libraryDependencies += "com.github.simonpercic" % "waterfallcache" % "1.1.0"
[com.github.simonpercic/waterfallcache "1.1.0"]
Group / Artifact | Type | Version |
---|---|---|
io.reactivex : rxandroid | jar | 1.0.1 |
io.reactivex : rxjava | jar | 1.1.0 |
com.github.simonpercic : bucket | jar | 1.0.0 |