| License |
License |
|---|---|
| GroupId | GroupIdcom.chibatching |
| ArtifactId | ArtifactIdkotpref |
| Last Version | Last Version1.6.0 |
| 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-1.6.0.pom | |
| kotpref-1.6.0-sources.jar | 5 KB |
| kotpref-1.6.0-javadoc.jar | 32 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.chibatching/kotpref/ -->
<dependency>
<groupId>com.chibatching</groupId>
<artifactId>kotpref</artifactId>
<version>1.6.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.chibatching/kotpref/
implementation 'com.chibatching:kotpref:1.6.0'
// https://jarcasting.com/artifacts/com.chibatching/kotpref/
implementation ("com.chibatching:kotpref:1.6.0")
'com.chibatching:kotpref:aar:1.6.0'
<dependency org="com.chibatching" name="kotpref" rev="1.6.0">
<artifact name="kotpref" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.chibatching', module='kotpref', version='1.6.0')
)
libraryDependencies += "com.chibatching" % "kotpref" % "1.6.0"
[com.chibatching/kotpref "1.6.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.0.5-2 |