MVN

info.guardianproject.cacheword : cachewordlib

Maven & Gradle

Apr 09, 2021
81 stars

CacheWord · CacheWord is an Android library project for passphrase caching and management. It helps app developers securely generate, store, and access secrets derived from a user’s passphrase. It is designed to work easily with IOCipher and SQLCipher-for-Android, but it can be used any time an app needs to manage a password.

<dependency>
    <groupId>info.guardianproject.cacheword</groupId>
    <artifactId>cachewordlib</artifactId>
    <version>0.1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.guardianproject.cacheword : cachewordlib to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.1

All Versions

Choose a version of info.guardianproject.cacheword : cachewordlib to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
cachewordlib-0.1.1
0.1
cachewordlib-0.1

How to add a dependency to Maven

Add the following info.guardianproject.cacheword : cachewordlib maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.guardianproject.cacheword</groupId>
    <artifactId>cachewordlib</artifactId>
    <version>0.1.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.guardianproject.cacheword : cachewordlib gradle dependency to your build.gradle file:

implementation 'info.guardianproject.cacheword:cachewordlib:0.1.1'

Gradle Kotlin DSL: Add the following info.guardianproject.cacheword : cachewordlib gradle kotlin dependency to your build.gradle.kts file:

implementation("info.guardianproject.cacheword:cachewordlib:0.1.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.guardianproject.cacheword : cachewordlib sbt scala dependency to your build.sbt file:

libraryDependencies += "info.guardianproject.cacheword" % "cachewordlib" % "0.1.1"

Advertisement