| License |
License |
|---|---|
| GroupId | GroupIdcom.github.anupcowkur |
| ArtifactId | ArtifactIdreservoir |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionReservoir
Android library to easily serialize and cache your objects to disk using key/value pairs.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| reservoir-1.2.pom | |
| reservoir-1.2.aar | 410 KB |
| reservoir-1.2-sources.jar | 3 KB |
| reservoir-1.2-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.anupcowkur/reservoir/ -->
<dependency>
<groupId>com.github.anupcowkur</groupId>
<artifactId>reservoir</artifactId>
<version>1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.anupcowkur/reservoir/
implementation 'com.github.anupcowkur:reservoir:1.2'
// https://jarcasting.com/artifacts/com.github.anupcowkur/reservoir/
implementation ("com.github.anupcowkur:reservoir:1.2")
'com.github.anupcowkur:reservoir:aar:1.2'
<dependency org="com.github.anupcowkur" name="reservoir" rev="1.2">
<artifact name="reservoir" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.anupcowkur', module='reservoir', version='1.2')
)
libraryDependencies += "com.github.anupcowkur" % "reservoir" % "1.2"
[com.github.anupcowkur/reservoir "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.jakewharton : disklrucache | jar | 2.0.2 |
| com.google.code.gson : gson | jar | 2.2.4 |
| commons-io : commons-io | jar | 2.4 |