License |
License |
---|---|
Categories |
CategoriesGUI User Interface Moshi Data JSON |
GroupId | GroupIdcom.github.guilhe.sharedprefs-ktx |
ArtifactId | ArtifactIdconverter-moshi |
Last Version | Last Version1.0.3 |
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-moshi-1.0.3.pom | |
converter-moshi-1.0.3.aar | 4 KB |
converter-moshi-1.0.3-sources.jar | 1 KB |
converter-moshi-1.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-moshi/ -->
<dependency>
<groupId>com.github.guilhe.sharedprefs-ktx</groupId>
<artifactId>converter-moshi</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-moshi/
implementation 'com.github.guilhe.sharedprefs-ktx:converter-moshi:1.0.3'
// https://jarcasting.com/artifacts/com.github.guilhe.sharedprefs-ktx/converter-moshi/
implementation ("com.github.guilhe.sharedprefs-ktx:converter-moshi:1.0.3")
'com.github.guilhe.sharedprefs-ktx:converter-moshi:aar:1.0.3'
<dependency org="com.github.guilhe.sharedprefs-ktx" name="converter-moshi" rev="1.0.3">
<artifact name="converter-moshi" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.guilhe.sharedprefs-ktx', module='converter-moshi', version='1.0.3')
)
libraryDependencies += "com.github.guilhe.sharedprefs-ktx" % "converter-moshi" % "1.0.3"
[com.github.guilhe.sharedprefs-ktx/converter-moshi "1.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-parcelize-runtime | jar | 1.4.21-2 |
com.jakewharton.timber : timber | jar | 4.7.1 |
com.squareup.moshi : moshi | jar | 1.11.0 |