MVN

io.github.stefanosiano.powerful_libraries : sharedpreferences

Maven & Gradle

Jan 18, 2023
6 stars

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

<dependency>
    <groupId>io.github.stefanosiano.powerful_libraries</groupId>
    <artifactId>sharedpreferences</artifactId>
    <version>1.0.21</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.stefanosiano.powerful_libraries : sharedpreferences to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.21

All Versions

Choose a version of io.github.stefanosiano.powerful_libraries : sharedpreferences to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sharedpreferences-1.0.21
sharedpreferences-1.0.20
sharedpreferences-1.0.19
sharedpreferences-1.0.18
sharedpreferences-1.0.17
sharedpreferences-1.0.16
sharedpreferences-1.0.14

How to add a dependency to Maven

Add the following io.github.stefanosiano.powerful_libraries : sharedpreferences maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.stefanosiano.powerful_libraries</groupId>
    <artifactId>sharedpreferences</artifactId>
    <version>1.0.21</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.stefanosiano.powerful_libraries : sharedpreferences gradle dependency to your build.gradle file:

implementation 'io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.21'

Gradle Kotlin DSL: Add the following io.github.stefanosiano.powerful_libraries : sharedpreferences gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.stefanosiano.powerful_libraries:sharedpreferences:1.0.21")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.stefanosiano.powerful_libraries : sharedpreferences sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.stefanosiano.powerful_libraries" % "sharedpreferences" % "1.0.21"