is not current version
Last Version 2.2.3

com.github.pwittchen:prefser-rx2 2.2.0

Wrapper for Android SharedPreferences with object serialization and RxJava Observables

GroupId

GroupId

com.github.pwittchen
ArtifactId

ArtifactId

prefser-rx2
Version

Version

2.2.0
Type

Type

aar

Download prefser-rx2 2.2.0


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