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