License |
License |
---|---|
GroupId | GroupIdcom.chibatching.kotpref |
ArtifactId | ArtifactIdkotpref |
Last Version | Last Version2.13.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionKotpref
Android SharedPreference delegation for Kotlin
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
kotpref-2.13.2.pom | |
kotpref-2.13.2-sources.jar | 10 KB |
kotpref-2.13.2-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.chibatching.kotpref/kotpref/ -->
<dependency>
<groupId>com.chibatching.kotpref</groupId>
<artifactId>kotpref</artifactId>
<version>2.13.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.chibatching.kotpref/kotpref/
implementation 'com.chibatching.kotpref:kotpref:2.13.2'
// https://jarcasting.com/artifacts/com.chibatching.kotpref/kotpref/
implementation ("com.chibatching.kotpref:kotpref:2.13.2")
'com.chibatching.kotpref:kotpref:aar:2.13.2'
<dependency org="com.chibatching.kotpref" name="kotpref" rev="2.13.2">
<artifact name="kotpref" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.chibatching.kotpref', module='kotpref', version='2.13.2')
)
libraryDependencies += "com.chibatching.kotpref" % "kotpref" % "2.13.2"
[com.chibatching.kotpref/kotpref "2.13.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.annotation » annotation | jar | 1.1.0 |