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