GroupId | GroupIdio.purchasely |
---|---|
ArtifactId | ArtifactIdgoogle-play |
Version | Version2.4.5 |
Type | Typeaar |
Filename | Size |
---|---|
google-play-2.4.5.pom | |
google-play-2.4.5-sources.jar | 368 bytes |
google-play-2.4.5-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.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.purchasely/google-play/
implementation 'io.purchasely:google-play:2.4.5'
// https://jarcasting.com/artifacts/io.purchasely/google-play/
implementation ("io.purchasely:google-play:2.4.5")
'io.purchasely:google-play:aar:2.4.5'
<dependency org="io.purchasely" name="google-play" rev="2.4.5">
<artifact name="google-play" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.purchasely', module='google-play', version='2.4.5')
)
libraryDependencies += "io.purchasely" % "google-play" % "2.4.5"
[io.purchasely/google-play "2.4.5"]