License |
License |
---|---|
GroupId | GroupIdio.github.billywei01 |
ArtifactId | ArtifactIdfastaes |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionfastaes
FastAES is an efficient AES128 encrypt/decrypt library
|
Filename | Size |
---|---|
fastaes-1.0.4.pom | |
fastaes-1.0.4-sources.jar | 1 KB |
fastaes-1.0.4-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.billywei01/fastaes/ -->
<dependency>
<groupId>io.github.billywei01</groupId>
<artifactId>fastaes</artifactId>
<version>1.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.billywei01/fastaes/
implementation 'io.github.billywei01:fastaes:1.0.4'
// https://jarcasting.com/artifacts/io.github.billywei01/fastaes/
implementation ("io.github.billywei01:fastaes:1.0.4")
'io.github.billywei01:fastaes:aar:1.0.4'
<dependency org="io.github.billywei01" name="fastaes" rev="1.0.4">
<artifact name="fastaes" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.billywei01', module='fastaes', version='1.0.4')
)
libraryDependencies += "io.github.billywei01" % "fastaes" % "1.0.4"
[io.github.billywei01/fastaes "1.0.4"]