is not current version
Last Version 2.1.0

com.github.pwittchen:prefser 1.0.1

Wrapper for Android SharedPreferences with object serialization and RxJava Observables

GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

prefser
Version

Version

1.0.1
Type

Type

aar

Download prefser 1.0.1


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