MVN

com.github.qiangbiaoyang : purchases

Maven & Gradle

Mar 22, 2021
0 stars

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

<dependency>
    <groupId>com.github.qiangbiaoyang</groupId>
    <artifactId>purchases</artifactId>
    <version>0.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.qiangbiaoyang : purchases to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.7

All Versions

Choose a version of com.github.qiangbiaoyang : purchases to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
purchases-0.0.7
purchases-0.0.6
purchases-0.0.5
purchases-0.0.4
purchases-0.0.3
purchases-0.0.2
purchases-0.0.1

How to add a dependency to Maven

Add the following com.github.qiangbiaoyang : purchases maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.qiangbiaoyang</groupId>
    <artifactId>purchases</artifactId>
    <version>0.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.qiangbiaoyang : purchases gradle dependency to your build.gradle file:

implementation 'com.github.qiangbiaoyang:purchases:0.0.7'

Gradle Kotlin DSL: Add the following com.github.qiangbiaoyang : purchases gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.qiangbiaoyang:purchases:0.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.qiangbiaoyang : purchases sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.qiangbiaoyang" % "purchases" % "0.0.7"