| License |
License |
|---|---|
| GroupId | GroupIdcom.github.cioccarellia |
| ArtifactId | ArtifactIdksprefs |
| Version | Version2.3.2 |
| Type | Typeaar |
| Description |
Descriptionksprefs
Kotlin SharedPreferences, Simplified
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| ksprefs-2.3.2.pom | |
| ksprefs-2.3.2-sources.jar | 58 KB |
| Browse |
<!-- 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"]
| 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 |