License |
License |
---|---|
GroupId | GroupIdcom.afollestad |
ArtifactId | ArtifactIdrxkprefs |
Last Version | Last Version1.2.5 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionRxkprefs
๐ A small Kotlin library to make shared preferences easy + RxJava and Coroutines support
|
Project URL |
Project URL |
Filename | Size |
---|---|
rxkprefs-1.2.5.pom | |
rxkprefs-1.2.5.aar | 29 KB |
rxkprefs-1.2.5-sources.jar | 11 KB |
rxkprefs-1.2.5-javadoc.jar | 261 bytes |
Browse |
<!-- 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"]
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 |