| License |
License
Adobe Proprietary
|
|---|---|
| GroupId | GroupIdcom.adobe.marketing.mobile |
| ArtifactId | ArtifactIdcore |
| Version | Version1.9.0 |
| Type | Typeaar |
| Description |
DescriptionAdobeMobileCoreSdk
Android Core Extension for Adobe Mobile Marketing
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| core-1.9.0.pom | |
| core-1.9.0.aar | 460 KB |
| core-1.9.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.adobe.marketing.mobile/core/ -->
<dependency>
<groupId>com.adobe.marketing.mobile</groupId>
<artifactId>core</artifactId>
<version>1.9.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/core/
implementation 'com.adobe.marketing.mobile:core:1.9.0'
// https://jarcasting.com/artifacts/com.adobe.marketing.mobile/core/
implementation ("com.adobe.marketing.mobile:core:1.9.0")
'com.adobe.marketing.mobile:core:aar:1.9.0'
<dependency org="com.adobe.marketing.mobile" name="core" rev="1.9.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.marketing.mobile', module='core', version='1.9.0')
)
libraryDependencies += "com.adobe.marketing.mobile" % "core" % "1.9.0"
[com.adobe.marketing.mobile/core "1.9.0"]