MVN

com.scottyab : secure-preferences-lib

Maven & Gradle

Mar 12, 2019
6 usages
1.5k stars

secure-preferences · Android Shared preference wrapper than encrypts the keys and values of Shared Preferences. It's not bullet proof security but rather a quick win for incrementally making your android app more secure.

<dependency>
    <groupId>com.scottyab</groupId>
    <artifactId>secure-preferences-lib</artifactId>
    <version>0.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.scottyab : secure-preferences-lib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.7

All Versions

Choose a version of com.scottyab : secure-preferences-lib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
secure-preferences-lib-0.1.7
secure-preferences-lib-0.1.4
secure-preferences-lib-0.1.3
secure-preferences-lib-0.1.2
secure-preferences-lib-0.1.1
secure-preferences-lib-0.1.0
0.0.x
secure-preferences-lib-0.0.4

How to add a dependency to Maven

Add the following com.scottyab : secure-preferences-lib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.scottyab</groupId>
    <artifactId>secure-preferences-lib</artifactId>
    <version>0.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.scottyab : secure-preferences-lib gradle dependency to your build.gradle file:

implementation 'com.scottyab:secure-preferences-lib:0.1.7'

Gradle Kotlin DSL: Add the following com.scottyab : secure-preferences-lib gradle kotlin dependency to your build.gradle.kts file:

implementation("com.scottyab:secure-preferences-lib:0.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.scottyab : secure-preferences-lib sbt scala dependency to your build.sbt file:

libraryDependencies += "com.scottyab" % "secure-preferences-lib" % "0.1.7"

Advertisement

Dependencies from Group

May 24, 2021
24 usages
1.6k stars
Mar 12, 2019
6 usages
1.5k stars
Dec 11, 2017
1 usages
26 stars
Mar 05, 2015
1 usages
639 stars

Discover Dependencies

Jul 04, 2015
Aug 18, 2018
9 usages
73 stars
Jun 21, 2023
4 usages
12.2k stars
Sep 21, 2022
1 usages
483 stars
May 08, 2016
2 usages
65 stars
Aug 17, 2017
3 usages
8.2k stars
Aug 23, 2015
1 usages
10 stars