| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.scottyab |
| Идентификатор | Идентификаторaes-crypto |
| Версия | Версия0.0.5 |
| Тип | Типaar |
| Описание |
ОписаниеAES-Crypto
A simple Android class for encrypting & decrypting strings, aiming to avoid the classic mistakes that most such classes suffer from.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aes-crypto-0.0.5.pom | |
| aes-crypto-0.0.5.aar | 13 KB |
| aes-crypto-0.0.5-sources.jar | 9 KB |
| aes-crypto-0.0.5-javadoc.jar | 51 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.scottyab/aes-crypto/ -->
<dependency>
<groupId>com.scottyab</groupId>
<artifactId>aes-crypto</artifactId>
<version>0.0.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scottyab/aes-crypto/
implementation 'com.scottyab:aes-crypto:0.0.5'
// https://jarcasting.com/artifacts/com.scottyab/aes-crypto/
implementation ("com.scottyab:aes-crypto:0.0.5")
'com.scottyab:aes-crypto:aar:0.0.5'
<dependency org="com.scottyab" name="aes-crypto" rev="0.0.5">
<artifact name="aes-crypto" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scottyab', module='aes-crypto', version='0.0.5')
)
libraryDependencies += "com.scottyab" % "aes-crypto" % "0.0.5"
[com.scottyab/aes-crypto "0.0.5"]