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