Reservoir

Android library to easily serialize and cache your objects to disk using key/value pairs.

License

License

GroupId

GroupId

com.github.anupcowkur
ArtifactId

ArtifactId

reservoir
Last Version

Last Version

1.2
Release Date

Release Date

Type

Type

aar
Description

Description

Reservoir
Android library to easily serialize and cache your objects to disk using key/value pairs.
Project URL

Project URL

https://github.com/anupcowkur/Reservoir
Source Code Management

Source Code Management

https://github.com/anupcowkur/Reservoir

Download reservoir

How to add to project

<!-- 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"]

Dependencies

compile (3)

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

Project Modules

There are no modules declared in this project.

Versions

Version
1.2
1.1.1
1.1
1.0