is not current version
Last Version 1.0.12.2

com.github.pixocial:purchases 0.0.1

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

GroupId

GroupId

com.github.pixocial
ArtifactId

ArtifactId

purchases
Version

Version

0.0.1
Type

Type

aar

Download purchases 0.0.1


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