MVN

at.favre.lib : armadillo

Maven & Gradle

Jun 08, 2020
2 usages
247 stars

Armadillo - Encrypted Shared Preferences · A shared preference implementation for confidential data. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of Fingerprinting combined with optional user provided passwords.

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>armadillo</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of at.favre.lib : armadillo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of at.favre.lib : armadillo to add to Maven or Gradle - All Versions:

  • Version Updated
  • armadillo-1.0.0

    Jun 07, 2020
  • armadillo-0.11.0

    Apr 21, 2020
  • armadillo-0.10.0

    Apr 09, 2020
  • armadillo-0.9.0

    Sep 08, 2019
  • armadillo-0.8.0

    Jan 31, 2019
  • armadillo-0.7.0

    Nov 25, 2018
  • armadillo-0.6.0

    Nov 08, 2018
  • armadillo-0.5.0

    Jul 11, 2018
  • armadillo-0.4.3

    Jun 14, 2018
  • armadillo-0.4.2

    Apr 20, 2018
  • armadillo-0.4.1

    Apr 20, 2018
  • armadillo-0.4.0

    Mar 28, 2018
  • armadillo-0.3.0

    Jan 19, 2018
  • armadillo-0.2.0

    Jan 03, 2018
  • armadillo-0.1.0

    Jan 01, 2018

How to add a dependency to Maven

Add the following at.favre.lib : armadillo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>armadillo</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following at.favre.lib : armadillo gradle dependency to your build.gradle file:

implementation 'at.favre.lib:armadillo:1.0.0'

Gradle Kotlin DSL: Add the following at.favre.lib : armadillo gradle kotlin dependency to your build.gradle.kts file:

implementation("at.favre.lib:armadillo:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following at.favre.lib : armadillo sbt scala dependency to your build.sbt file:

libraryDependencies += "at.favre.lib" % "armadillo" % "1.0.0"

Advertisement

Dependencies from Group

Feb 12, 2023
27 usages
268 stars
Feb 15, 2023
18 usages
115 stars
Feb 11, 2023
12 usages
45 stars
Jun 08, 2020
2 usages
247 stars
Jun 14, 2020
1k stars

Discover Dependencies

Nov 30, 2018
3 usages
1.7k stars
Mar 24, 2023
4 usages
0 stars
Nov 30, 2018
1 usages
1.7k stars
Mar 14, 2019
1 usages
1 stars
Jul 22, 2019
1 usages
1 stars
Jul 22, 2019
2 usages
1 stars
Feb 13, 2019
1 usages
1.1k stars
Feb 13, 2019
1 usages
1.1k stars
image

Maven Repository

Search Maven dependencies with Maven Repository Chrome Extension

Add to Chrome