License |
License |
---|---|
GroupId | GroupIdcom.github.pixocial |
ArtifactId | ArtifactIdcommon |
Version | Version0.0.3 |
Type | Typeaar |
Description |
Descriptioncommon
这是Android的Billing组件,提供了BillingClient和SAS后端功能的包装,使Android应用能够在应用内轻松实现内购和订阅,支持收据验证和状态跟踪.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
common-0.0.3.pom | |
common-0.0.3-sources.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pixocial/common/ -->
<dependency>
<groupId>com.github.pixocial</groupId>
<artifactId>common</artifactId>
<version>0.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.pixocial/common/
implementation 'com.github.pixocial:common:0.0.3'
// https://jarcasting.com/artifacts/com.github.pixocial/common/
implementation ("com.github.pixocial:common:0.0.3")
'com.github.pixocial:common:aar:0.0.3'
<dependency org="com.github.pixocial" name="common" rev="0.0.3">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.pixocial', module='common', version='0.0.3')
)
libraryDependencies += "com.github.pixocial" % "common" % "0.0.3"
[com.github.pixocial/common "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.gson : gson | jar | 2.8.5 |
com.squareup.okhttp3 : okhttp | jar | 3.4.1 |