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