MVN

com.adobe.marketing.mobile : places-monitor

Maven & Gradle

Mar 29, 2022
69 stars

AdobeMobilePlacesMonitorSdk · Android Places Monitor Extension for Adobe Mobile Marketing

<dependency>
    <groupId>com.adobe.marketing.mobile</groupId>
    <artifactId>places-monitor</artifactId>
    <version>2.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.3

All Versions

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

Version Vulnerabilities Updated
2.2.x
places-monitor-2.2.3
places-monitor-2.2.2
places-monitor-2.2.1
places-monitor-2.2.0
2.1.x
places-monitor-2.1.1
places-monitor-2.1.0
2.0.x
places-monitor-2.0.0
1.0.x
places-monitor-1.0.1
places-monitor-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.adobe.marketing.mobile</groupId>
    <artifactId>places-monitor</artifactId>
    <version>2.2.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.adobe.marketing.mobile:places-monitor:2.2.3'

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

implementation("com.adobe.marketing.mobile:places-monitor:2.2.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.adobe.marketing.mobile" % "places-monitor" % "2.2.3"

Advertisement