License |
License |
---|---|
Categories |
CategoriesGUI User Interface Gson Data JSON |
GroupId | GroupIdcom.github.guilhe.sharedprefs-ktx |
ArtifactId | ArtifactIdconverter-gson |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionSharedPrefs-ktx
Save and load objects from SharedPreferences in a faster and simpler way with Kotlin Extensions! ð
|
Filename | Size |
---|---|
converter-gson-1.0.2.pom | |
converter-gson-1.0.2.aar | 4 KB |
converter-gson-1.0.2-sources.jar | 1 KB |
converter-gson-1.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-gson/ -->
<dependency>
<groupId>com.github.guilhe.sharedprefs-ktx</groupId>
<artifactId>converter-gson</artifactId>
<version>1.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-gson/
implementation 'com.github.guilhe.sharedprefs-ktx:converter-gson:1.0.2'
// https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-gson/
implementation ("com.github.guilhe.sharedprefs-ktx:converter-gson:1.0.2")
'com.github.guilhe.sharedprefs-ktx:converter-gson:aar:1.0.2'
<dependency org="com.github.guilhe.sharedprefs-ktx" name="converter-gson" rev="1.0.2">
<artifact name="converter-gson" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe.sharedprefs-ktx', module='converter-gson', version='1.0.2')
)
libraryDependencies += "com.github.guilhe.sharedprefs-ktx" % "converter-gson" % "1.0.2"
[com.github.guilhe.sharedprefs-ktx/converter-gson "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-parcelize-runtime | jar | 1.4.21-2 |
com.google.code.gson : gson | jar | 2.8.6 |
com.jakewharton.timber : timber | jar | 4.7.1 |