amazon-appstore-sdk

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

License

License

GroupId

GroupId

com.amazon.device
ArtifactId

ArtifactId

amazon-appstore-sdk
Last Version

Last Version

3.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

amazon-appstore-sdk
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
Project URL

Project URL

https://developer.amazon.com/docs/apps-and-games/sdk-downloads.html#iap

Download amazon-appstore-sdk

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.3
3.0.2
3.0.1