is not current version
Last Version 1.2.5

com.afollestad:rxkprefs 1.2.4

 A small Kotlin library to make shared preferences easy + RxJava and Coroutines support

GroupId

GroupId

com.afollestad
ArtifactId

ArtifactId

rxkprefs
Version

Version

1.2.4
Type

Type

aar

Download rxkprefs 1.2.4


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