| GroupId | GroupIdcom.github.gfx.util.encrypt |
|---|---|
| ArtifactId | ArtifactIdandroid-encrypt-utils |
| Version | Version1.2.1 |
| Type | Typeaar |
<!-- 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"]