MVN

com.moengage : moe-core

Maven & Gradle

Jan 17, 2018
2 usages

MoEngage Core · MoEngage Platform SDK

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

Latest Version

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

  • Latest Stable: 2.0.16

All Versions

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

Version Vulnerabilities Updated
2.0.x
moe-core-2.0.16
moe-core-2.0.15
moe-core-2.0.14
moe-core-2.0.13
moe-core-2.0.12
moe-core-2.0.11
moe-core-2.0.10
moe-core-2.0.09
moe-core-2.0.08
moe-core-2.0.07
moe-core-2.0.06
moe-core-2.0.05
moe-core-2.0.04
moe-core-2.0.03
moe-core-2.0.02
moe-core-2.0.01
moe-core-2.0.00
1.0.x
moe-core-1.0.09
moe-core-1.0.08
moe-core-1.0.07
moe-core-1.0.06
moe-core-1.0.05
moe-core-1.0.04
moe-core-1.0.03
moe-core-1.0.02
moe-core-1.0.01
moe-core-1.0.00

How to add a dependency to Maven

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

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>moe-core</artifactId>
    <version>2.0.16</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.moengage:moe-core:2.0.16'

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

implementation("com.moengage:moe-core:2.0.16")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.moengage" % "moe-core" % "2.0.16"

Advertisement