ksprefs

Kotlin SharedPreferences, Simplified

License

License

GroupId

GroupId

com.github.cioccarellia
ArtifactId

ArtifactId

ksprefs
Last Version

Last Version

2.3.2
Release Date

Release Date

Type

Type

aar
Description

Description

ksprefs
Kotlin SharedPreferences, Simplified
Project URL

Project URL

https://github.com/cioccarellia/ksprefs

Download ksprefs

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.5.31
org.jetbrains.kotlinx : kotlinx-coroutines-android jar 1.5.2
androidx.lifecycle » lifecycle-extensions jar 2.2.0

Project Modules

There are no modules declared in this project.

Versions

Version
2.3.2
2.3.1
2.3.0
2.2.5
2.2.4
2.2.3-sntp-test