License |
License |
---|---|
GroupId | GroupIdcom.github.pixocial |
ArtifactId | ArtifactIdpurchases |
Last Version | Last Version1.0.12.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
Descriptionpurchases
这是Android的Billing组件,提供了BillingClient和SAS后端功能的包装,使Android应用能够在应用内轻松实现内购和订阅,支持收据验证和状态跟踪.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
purchases-1.0.12.2.pom | |
purchases-1.0.12.2-sources.jar | 63 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pixocial/purchases/ -->
<dependency>
<groupId>com.github.pixocial</groupId>
<artifactId>purchases</artifactId>
<version>1.0.12.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pixocial/purchases/
implementation 'com.github.pixocial:purchases:1.0.12.2'
// https://jarcasting.com/artifacts/com.github.pixocial/purchases/
implementation ("com.github.pixocial:purchases:1.0.12.2")
'com.github.pixocial:purchases:aar:1.0.12.2'
<dependency org="com.github.pixocial" name="purchases" rev="1.0.12.2">
<artifact name="purchases" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pixocial', module='purchases', version='1.0.12.2')
)
libraryDependencies += "com.github.pixocial" % "purchases" % "1.0.12.2"
[com.github.pixocial/purchases "1.0.12.2"]
Group / Artifact | Type | Version |
---|---|---|
androidx.appcompat » appcompat | jar | 1.2.0 |
com.android.billingclient » billing | jar | 3.0.0 |
com.github.pixocial : common | jar | 0.0.4 |