| Группа | Группаcom.github.gfx.util.encrypt |
|---|---|
| Идентификатор | Идентификаторandroid-encrypt-utils |
| Версия | Версия1.2.1 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| android-encrypt-utils-1.2.1.pom | |
| android-encrypt-utils-1.2.1.aar | 10 KB |
| android-encrypt-utils-1.2.1-sources.jar | 4 KB |
| android-encrypt-utils-1.2.1-javadoc.jar | 32 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.gfx.util.encrypt/android-encrypt-utils/ -->
<dependency>
<groupId>com.github.gfx.util.encrypt</groupId>
<artifactId>android-encrypt-utils</artifactId>
<version>1.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.gfx.util.encrypt/android-encrypt-utils/
implementation 'com.github.gfx.util.encrypt:android-encrypt-utils:1.2.1'
// https://jarcasting.com/artifacts/com.github.gfx.util.encrypt/android-encrypt-utils/
implementation ("com.github.gfx.util.encrypt:android-encrypt-utils:1.2.1")
'com.github.gfx.util.encrypt:android-encrypt-utils:aar:1.2.1'
<dependency org="com.github.gfx.util.encrypt" name="android-encrypt-utils" rev="1.2.1">
<artifact name="android-encrypt-utils" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.gfx.util.encrypt', module='android-encrypt-utils', version='1.2.1')
)
libraryDependencies += "com.github.gfx.util.encrypt" % "android-encrypt-utils" % "1.2.1"
[com.github.gfx.util.encrypt/android-encrypt-utils "1.2.1"]