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