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