is not current version
Last Version 1.0.12.2

com.github.pixocial:purchases 1.0.5.3

这是Android的Billing组件,提供了BillingClient和SAS后端功能的包装,使Android应用能够在应用内轻松实现内购和订阅,支持收据验证和状态跟踪.

GroupId

GroupId

com.github.pixocial
ArtifactId

ArtifactId

purchases
Version

Version

1.0.5.3
Type

Type

aar

Download purchases 1.0.5.3


<!-- https://jarcasting.com/artifacts/com.github.pixocial/purchases/ -->
<dependency>
    <groupId>com.github.pixocial</groupId>
    <artifactId>purchases</artifactId>
    <version>1.0.5.3</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pixocial/purchases/
implementation 'com.github.pixocial:purchases:1.0.5.3'
// https://jarcasting.com/artifacts/com.github.pixocial/purchases/
implementation ("com.github.pixocial:purchases:1.0.5.3")
'com.github.pixocial:purchases:aar:1.0.5.3'
<dependency org="com.github.pixocial" name="purchases" rev="1.0.5.3">
  <artifact name="purchases" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pixocial', module='purchases', version='1.0.5.3')
)
libraryDependencies += "com.github.pixocial" % "purchases" % "1.0.5.3"
[com.github.pixocial/purchases "1.0.5.3"]