MVN

com.adobe.marketing.mobile : core

Maven & Gradle

Aug 08, 2023
21 usages
6 stars

AdobeMobileCoreSdk · Android Core Extension for Adobe Mobile Marketing

<dependency>
    <groupId>com.adobe.marketing.mobile</groupId>
    <artifactId>core</artifactId>
    <version>2.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.adobe.marketing.mobile : core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.1

All Versions

Choose a version of com.adobe.marketing.mobile : core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
core-2.3.1
core-2.3.0
2.2.x
core-2.2.3
core-2.2.2
core-2.2.1
core-2.2.0
2.1.x
core-2.1.3
core-2.1.2
core-2.1.1
core-2.1.0
2.0.x
core-2.0.1
core-2.0.0
1.11.x
core-1.11.6
core-1.11.5
core-1.11.4
core-1.11.3
core-1.11.2
core-1.11.1
core-1.11.0
1.10.x
core-1.10.1
core-1.10.0
1.9.x
core-1.9.2
core-1.9.1
core-1.9.0
1.8.x
core-1.8.3
core-1.8.2
core-1.8.1
core-1.8.0
1.7.x
core-1.7.0
1.6.x
core-1.6.0
1.5.x
core-1.5.7
core-1.5.6
core-1.5.5
core-1.5.4
core-1.5.3
core-1.5.2
core-1.5.1
core-1.5.0
1.4.x
core-1.4.5
core-1.4.4
core-1.4.3
core-1.4.2
core-1.4.1
core-1.4.0
1.3.x
core-1.3.1
core-1.3.0
1.2.x
core-1.2.2
core-1.2.1
core-1.2.0
1.1.x
core-1.1.2
core-1.1.1
core-1.1.0
1.0.x
core-1.0.2
core-1.0.1
core-1.0.0

How to add a dependency to Maven

Add the following com.adobe.marketing.mobile : core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.adobe.marketing.mobile</groupId>
    <artifactId>core</artifactId>
    <version>2.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.adobe.marketing.mobile : core gradle dependency to your build.gradle file:

implementation 'com.adobe.marketing.mobile:core:2.3.1'

Gradle Kotlin DSL: Add the following com.adobe.marketing.mobile : core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.adobe.marketing.mobile:core:2.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.adobe.marketing.mobile : core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.adobe.marketing.mobile" % "core" % "2.3.1"

Advertisement