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