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