GroupId | GroupIdcom.handpoint.api |
---|---|
ArtifactId | ArtifactIdcrypto |
Version | Version6.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
crypto-6.0.3.pom | |
crypto-6.0.3.aar | 93 KB |
crypto-6.0.3-sources.jar | 21 KB |
crypto-6.0.3-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.handpoint.api/crypto/ -->
<dependency>
<groupId>com.handpoint.api</groupId>
<artifactId>crypto</artifactId>
<version>6.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.handpoint.api/crypto/
implementation 'com.handpoint.api:crypto:6.0.3'
// https://jarcasting.com/artifacts/com.handpoint.api/crypto/
implementation ("com.handpoint.api:crypto:6.0.3")
'com.handpoint.api:crypto:aar:6.0.3'
<dependency org="com.handpoint.api" name="crypto" rev="6.0.3">
<artifact name="crypto" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.handpoint.api', module='crypto', version='6.0.3')
)
libraryDependencies += "com.handpoint.api" % "crypto" % "6.0.3"
[com.handpoint.api/crypto "6.0.3"]