Rxkprefs

๐Ÿ›  A small Kotlin library to make shared preferences easy + RxJava and Coroutines support

License

License

GroupId

GroupId

com.afollestad
ArtifactId

ArtifactId

rxkprefs
Last Version

Last Version

1.2.5
Release Date

Release Date

Type

Type

aar
Description

Description

Rxkprefs
๐Ÿ›  A small Kotlin library to make shared preferences easy + RxJava and Coroutines support
Project URL

Project URL

https://github.com/afollestad/rxkprefs

Download rxkprefs

How to add to project

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

Dependencies

runtime (3)

Group / Artifact Type Version
androidx.annotation » annotation jar 1.0.2
org.jetbrains.kotlin : kotlin-stdlib-jdk7 jar 1.3.21
io.reactivex.rxjava2 : rxjava jar 2.2.7

Project Modules

There are no modules declared in this project.

Versions

Version
1.2.5
1.2.4
1.2.3
1.2.2
1.2.1
1.2.0
1.1.0
1.0.2
1.0.1
1.0.0