is not current version
Last Version 1.0.4

io.github.billywei01:fastaes 1.0.3

FastAES is an efficient AES128 encrypt/decrypt library

GroupId

GroupId

io.github.billywei01
ArtifactId

ArtifactId

fastaes
Version

Version

1.0.3
Type

Type

aar

Download fastaes 1.0.3


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