GroupId | GroupIdcom.github.pixocial |
---|---|
ArtifactId | ArtifactIdpurchases |
Version | Version1.0.5.3 |
Type | Typeaar |
Filename | Size |
---|---|
purchases-1.0.5.3.pom | |
purchases-1.0.5.3-sources.jar | 65 KB |
Browse |
<!-- 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"]