is not current version
Last Version 3.0.3

com.amazon.device:amazon-appstore-sdk 3.0.1

The Appstore SDK provides functionality for handling Digital Rights Management (DRM) and In-App Purchasing (IAP) within your Java-based Android-based app. DRM, or more generally "license verification," is used to address developer concerns around unauthorised copying and distribution of apps. With In-App Purchasing (IAP), users can purchase digital items within your app, such as extra lives for a game or a subscription to premium content

GroupId

GroupId

com.amazon.device
ArtifactId

ArtifactId

amazon-appstore-sdk
Version

Version

3.0.1
Type

Type

jar

Download amazon-appstore-sdk 3.0.1


<!-- https://jarcasting.com/artifacts/com.amazon.device/amazon-appstore-sdk/ -->
<dependency>
    <groupId>com.amazon.device</groupId>
    <artifactId>amazon-appstore-sdk</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.device/amazon-appstore-sdk/
implementation 'com.amazon.device:amazon-appstore-sdk:3.0.1'
// https://jarcasting.com/artifacts/com.amazon.device/amazon-appstore-sdk/
implementation ("com.amazon.device:amazon-appstore-sdk:3.0.1")
'com.amazon.device:amazon-appstore-sdk:jar:3.0.1'
<dependency org="com.amazon.device" name="amazon-appstore-sdk" rev="3.0.1">
  <artifact name="amazon-appstore-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.device', module='amazon-appstore-sdk', version='3.0.1')
)
libraryDependencies += "com.amazon.device" % "amazon-appstore-sdk" % "3.0.1"
[com.amazon.device/amazon-appstore-sdk "3.0.1"]