is not current version
Last Version 2.1-core

com.github.isong0623:EasyStorer 2.0-core

This is a tools for saving data object to local client,where implements Serializable interface!

GroupId

GroupId

com.github.isong0623
ArtifactId

ArtifactId

EasyStorer
Version

Version

2.0-core
Type

Type

aar

Download EasyStorer 2.0-core


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