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