is not current version
Last Version 0.0.5

com.scottyab:aes-crypto 0.0.3

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.3
Type

Type

aar

Download aes-crypto 0.0.3


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