| License |
License |
|---|---|
| Categories |
CategoriesGUI User Interface |
| GroupId | GroupIdcom.github.guilhe |
| ArtifactId | ArtifactIdSharedPrefsUtils-ktx |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionSharedPrefsUtils-ktx
Save and load objects from SharedPreferences in a faster and simpler way.
|
| Filename | Size |
|---|---|
| SharedPrefsUtils-ktx-1.0.0.pom | |
| SharedPrefsUtils-ktx-1.0.0.aar | 3 KB |
| SharedPrefsUtils-ktx-1.0.0-sources.jar | 1 KB |
| SharedPrefsUtils-ktx-1.0.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.guilhe/SharedPrefsUtils-ktx/ -->
<dependency>
<groupId>com.github.guilhe</groupId>
<artifactId>SharedPrefsUtils-ktx</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe/SharedPrefsUtils-ktx/
implementation 'com.github.guilhe:SharedPrefsUtils-ktx:1.0.0'
// https://jarcasting.com/artifacts/com.github.guilhe/SharedPrefsUtils-ktx/
implementation ("com.github.guilhe:SharedPrefsUtils-ktx:1.0.0")
'com.github.guilhe:SharedPrefsUtils-ktx:aar:1.0.0'
<dependency org="com.github.guilhe" name="SharedPrefsUtils-ktx" rev="1.0.0">
<artifact name="SharedPrefsUtils-ktx" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe', module='SharedPrefsUtils-ktx', version='1.0.0')
)
libraryDependencies += "com.github.guilhe" % "SharedPrefsUtils-ktx" % "1.0.0"
[com.github.guilhe/SharedPrefsUtils-ktx "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jetbrains.kotlin : kotlin-android-extensions-runtime | jar | 1.3.50 |
| org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.3.50 |
| com.google.code.gson : gson | jar | 2.8.5 |
| com.jakewharton.timber : timber | jar | 4.7.1 |