Last Version

com.github.talenguyen:prettysharedpreferences 1.0.2

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.2
Type

Type

jar

Download prettysharedpreferences 1.0.2


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