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