is not current version
Last Version 2.1.0

com.github.pwittchen:prefser 2.0.4

Wrapper for Android SharedPreferences with object serialization and RxJava Observables

GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

prefser
Version

Version

2.0.4
Type

Type

aar

Download prefser 2.0.4


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