MVN

com.adobe.marketing.mobile : target

Maven & Gradle

Jul 11, 2023
0 stars

AdobeMobileTargetSdk · Adobe Experience Platform Target extension for the Adobe Experience Platform Mobile SDK

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

Latest Version

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

  • Latest Stable: 2.0.1

All Versions

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

Version Vulnerabilities Updated
2.0.x
target-2.0.1
target-2.0.0
1.4.x
target-1.4.0
1.3.x
target-1.3.0
1.2.x
target-1.2.8
target-1.2.7
1.1.x
target-1.1.7
target-1.1.6
target-1.1.5
target-1.1.4
target-1.1.3
target-1.1.2
target-1.1.1
target-1.1.0
1.0.x
target-1.0.1
target-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adobe.marketing.mobile</groupId>
    <artifactId>target</artifactId>
    <version>2.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.adobe.marketing.mobile:target:2.0.1'

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

implementation("com.adobe.marketing.mobile:target:2.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.adobe.marketing.mobile" % "target" % "2.0.1"

Advertisement