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