is not current version
Last Version 0.0.5

com.scottyab:aes-crypto 0.0.2

A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.

GroupId

GroupId

com.scottyab
ArtifactId

ArtifactId

aes-crypto
Version

Version

0.0.2
Type

Type

aar

Download aes-crypto 0.0.2


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