is not current version
Last Version 1.2

com.github.anupcowkur:reservoir 1.1

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

GroupId

GroupId

com.github.anupcowkur
ArtifactId

ArtifactId

reservoir
Version

Version

1.1
Type

Type

aar

Download reservoir 1.1


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