This is a simple Android util library to write any type of data into cache files and then read them later, using Gson to serialize and deserialize these data.
'com.lifeofcoding:library:1.0.0'
<dependency>
<groupId>com.lifeofcoding</groupId>
<artifactId>library</artifactId>
<version>1.0.0</version>
</dependency>
<dependency org="com.lifeofcoding" name="library" rev="1.0.0"/>
"com.lifeofcoding", "library", "1.0.0"