MVN

com.moengage : addon-messaging

Maven & Gradle

Jan 04, 2018
1 usages

MoEngage Messaging Addon · MoEngage Platform SDK

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>addon-messaging</artifactId>
    <version>2.0.04</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.moengage : addon-messaging to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0.04

All Versions

Choose a version of com.moengage : addon-messaging to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0.x
addon-messaging-2.0.04
addon-messaging-2.0.03
addon-messaging-2.0.02
addon-messaging-2.0.01
addon-messaging-2.0.00
1.1.x
addon-messaging-1.1.02
addon-messaging-1.1.01
addon-messaging-1.1.00
1.0.x
addon-messaging-1.0.00

How to add a dependency to Maven

Add the following com.moengage : addon-messaging maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>addon-messaging</artifactId>
    <version>2.0.04</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.moengage : addon-messaging gradle dependency to your build.gradle file:

implementation 'com.moengage:addon-messaging:2.0.04'

Gradle Kotlin DSL: Add the following com.moengage : addon-messaging gradle kotlin dependency to your build.gradle.kts file:

implementation("com.moengage:addon-messaging:2.0.04")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.moengage : addon-messaging sbt scala dependency to your build.sbt file:

libraryDependencies += "com.moengage" % "addon-messaging" % "2.0.04"