GroupId | GroupIdio.purchasely |
---|---|
ArtifactId | ArtifactIdgoogle-play |
Version | Version3.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
google-play-3.0.0.pom | |
google-play-3.0.0-sources.jar | 368 bytes |
google-play-3.0.0-javadoc.jar | 274 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.purchasely/google-play/ -->
<dependency>
<groupId>io.purchasely</groupId>
<artifactId>google-play</artifactId>
<version>3.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.purchasely/google-play/
implementation 'io.purchasely:google-play:3.0.0'
// https://jarcasting.com/artifacts/io.purchasely/google-play/
implementation ("io.purchasely:google-play:3.0.0")
'io.purchasely:google-play:aar:3.0.0'
<dependency org="io.purchasely" name="google-play" rev="3.0.0">
<artifact name="google-play" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.purchasely', module='google-play', version='3.0.0')
)
libraryDependencies += "io.purchasely" % "google-play" % "3.0.0"
[io.purchasely/google-play "3.0.0"]