is not current version
Last Version 1.0.2

com.github.talenguyen:prettysharedpreferences 1.0.1

Simple SharedPreferences library for Android. Help developer can easy create and handle SharedPreferences

GroupId

GroupId

com.github.talenguyen
ArtifactId

ArtifactId

prettysharedpreferences
Version

Version

1.0.1
Type

Type

jar

Download prettysharedpreferences 1.0.1


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