GroupId | GroupIdcom.scottyab |
---|---|
ArtifactId | ArtifactIdaes-crypto |
Version | Version0.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
aes-crypto-0.0.4.pom | |
aes-crypto-0.0.4.aar | 13 KB |
aes-crypto-0.0.4-sources.jar | 9 KB |
aes-crypto-0.0.4-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.scottyab/aes-crypto/ -->
<dependency>
<groupId>com.scottyab</groupId>
<artifactId>aes-crypto</artifactId>
<version>0.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.scottyab/aes-crypto/
implementation 'com.scottyab:aes-crypto:0.0.4'
// https://jarcasting.com/artifacts/com.scottyab/aes-crypto/
implementation ("com.scottyab:aes-crypto:0.0.4")
'com.scottyab:aes-crypto:aar:0.0.4'
<dependency org="com.scottyab" name="aes-crypto" rev="0.0.4">
<artifact name="aes-crypto" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.scottyab', module='aes-crypto', version='0.0.4')
)
libraryDependencies += "com.scottyab" % "aes-crypto" % "0.0.4"
[com.scottyab/aes-crypto "0.0.4"]