MVN

com.moengage : inbox-core

Maven & Gradle

Oct 26, 2022
1 usages

MoEngage Inbox Core · Inbox core module of MoEngage Platform

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

Latest Version

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

  • Latest Stable: 2.2.0

All Versions

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

  • Version Updated
  • inbox-core-2.2.0

    Oct 26, 2022
  • inbox-core-2.1.1

    May 11, 2022
  • inbox-core-2.1.0

    Apr 29, 2022
  • inbox-core-2.0.0

    Mar 16, 2022
  • inbox-core-1.0.00

    May 10, 2021
  • inbox-core-0.0.01

    May 03, 2021

How to add a dependency to Maven

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

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>inbox-core</artifactId>
    <version>2.2.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.moengage:inbox-core:2.2.0'

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

implementation("com.moengage:inbox-core:2.2.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.moengage" % "inbox-core" % "2.2.0"