License |
License |
---|---|
GroupId | GroupIdio.github.stefanosiano.powerful_libraries |
ArtifactId | ArtifactIdsharedpreferences |
Last Version | Last Version1.0.17 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionPowerful SharedPreferences
Android library with a powerful and easy SharedPreferences wrapper, with support for obfuscation, logs, multiple SharedPreferences files, type safety and callback on changes (optionally with Android LiveData).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
sharedpreferences-1.0.17.pom | |
sharedpreferences-1.0.17-sources.jar | 22 KB |
sharedpreferences-1.0.17-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/ -->
<dependency>
<groupId>io.github.stefanosiano.powerful_libraries</groupId>
<artifactId>sharedpreferences</artifactId>
<version>1.0.17</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/
implementation 'io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.17'
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/
implementation ("io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.17")
'io.github.stefanosiano.powerful_libraries:sharedpreferences:aar:1.0.17'
<dependency org="io.github.stefanosiano.powerful_libraries" name="sharedpreferences" rev="1.0.17">
<artifact name="sharedpreferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.stefanosiano.powerful_libraries', module='sharedpreferences', version='1.0.17')
)
libraryDependencies += "io.github.stefanosiano.powerful_libraries" % "sharedpreferences" % "1.0.17"
[io.github.stefanosiano.powerful_libraries/sharedpreferences "1.0.17"]
Group / Artifact | Type | Version |
---|---|---|
org.jetbrains.kotlin : kotlin-stdlib | jar | 1.4.32 |
org.jetbrains.kotlinx : kotlinx-coroutines-core | jar | 1.4.1 |