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