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