is not current version
Last Version 1.0.17

io.github.stefanosiano.powerful_libraries:sharedpreferences 1.0.14

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).

GroupId

GroupId

io.github.stefanosiano.powerful_libraries
ArtifactId

ArtifactId

sharedpreferences
Version

Version

1.0.14
Type

Type

aar

Download sharedpreferences 1.0.14


<!-- https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/ -->
<dependency>
    <groupId>io.github.stefanosiano.powerful_libraries</groupId>
    <artifactId>sharedpreferences</artifactId>
    <version>1.0.14</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/
implementation 'io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.14'
// https://jarcasting.com/artifacts/io.github.stefanosiano.powerful_libraries/sharedpreferences/
implementation ("io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.14")
'io.github.stefanosiano.powerful_libraries:sharedpreferences:aar:1.0.14'
<dependency org="io.github.stefanosiano.powerful_libraries" name="sharedpreferences" rev="1.0.14">
  <artifact name="sharedpreferences" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.stefanosiano.powerful_libraries', module='sharedpreferences', version='1.0.14')
)
libraryDependencies += "io.github.stefanosiano.powerful_libraries" % "sharedpreferences" % "1.0.14"
[io.github.stefanosiano.powerful_libraries/sharedpreferences "1.0.14"]