MVN

com.moengage : addon-inbox

Maven & Gradle

Feb 23, 2021

MoEngage Addon Inbox · Inbox module of MoEngage Platform

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

Latest Version

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

  • Latest Stable: 6.0.2

All Versions

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

Version Vulnerabilities Updated
6.0.x
addon-inbox-6.0.2
addon-inbox-6.0.1
5.3.x
addon-inbox-5.3.1
addon-inbox-5.3.0
4.5.x
addon-inbox-4.5.0
3.0.x
addon-inbox-3.0.3
addon-inbox-3.0.2
addon-inbox-3.0.1
addon-inbox-3.0.0
2.8.x
addon-inbox-2.8.1
addon-inbox-2.8.0
2.7.x
addon-inbox-2.7.0
2.6.x
addon-inbox-2.6.0
2.5.x
addon-inbox-2.5.0
2.0.x
addon-inbox-2.0.3
addon-inbox-2.0.2
addon-inbox-2.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>addon-inbox</artifactId>
    <version>6.0.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.moengage:addon-inbox:6.0.2'

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

implementation("com.moengage:addon-inbox:6.0.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.moengage" % "addon-inbox" % "6.0.2"

Advertisement