не последняя версия
Последняя версия 1.0.0

at.favre.lib:armadillo 0.4.0

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.

Группа

Группа

at.favre.lib
Идентификатор

Идентификатор

armadillo
Версия

Версия

0.4.0
Тип

Тип

aar

Скачать armadillo 0.4.0


<!-- https://jarcasting.com/artifacts/at.favre.lib/armadillo/ -->
<dependency>
    <groupId>at.favre.lib</groupId>
    <artifactId>armadillo</artifactId>
    <version>0.4.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/at.favre.lib/armadillo/
implementation 'at.favre.lib:armadillo:0.4.0'
// https://jarcasting.com/artifacts/at.favre.lib/armadillo/
implementation ("at.favre.lib:armadillo:0.4.0")
'at.favre.lib:armadillo:aar:0.4.0'
<dependency org="at.favre.lib" name="armadillo" rev="0.4.0">
  <artifact name="armadillo" type="aar" />
</dependency>
@Grapes(
@Grab(group='at.favre.lib', module='armadillo', version='0.4.0')
)
libraryDependencies += "at.favre.lib" % "armadillo" % "0.4.0"
[at.favre.lib/armadillo "0.4.0"]