не последняя версия
Последняя версия 1.0.2

com.github.talenguyen:prettysharedpreferences 1.0.1

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

Группа

Группа

com.github.talenguyen
Идентификатор

Идентификатор

prettysharedpreferences
Версия

Версия

1.0.1
Тип

Тип

jar

Скачать 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"]