MVN

com.moengage : moengage-segment-integration

Maven & Gradle

Feb 14, 2023
0 stars

publishing · MoEngage-Segment Bundled integration

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>moengage-segment-integration</artifactId>
    <version>6.5.8</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 6.5.8

All Versions

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

Version Vulnerabilities Updated
6.5.x
moengage-segment-integration-6.5.8
moengage-segment-integration-6.5.7
moengage-segment-integration-6.5.6
moengage-segment-integration-6.5.5
moengage-segment-integration-6.5.4
moengage-segment-integration-6.5.3
moengage-segment-integration-6.5.2
moengage-segment-integration-6.5.1
moengage-segment-integration-6.5.0
6.4.x
moengage-segment-integration-6.4.0
6.3.x
moengage-segment-integration-6.3.1
moengage-segment-integration-6.3.0
6.2.x
moengage-segment-integration-6.2.5
moengage-segment-integration-6.2.4
moengage-segment-integration-6.2.3
moengage-segment-integration-6.2.2
moengage-segment-integration-6.2.1
moengage-segment-integration-6.2.0
6.1.x
moengage-segment-integration-6.1.0
6.0.x
moengage-segment-integration-6.0.0
5.6.x
moengage-segment-integration-5.6.01
moengage-segment-integration-5.6.00
5.5.x
moengage-segment-integration-5.5.04
moengage-segment-integration-5.5.03
moengage-segment-integration-5.5.02
moengage-segment-integration-5.5.01
moengage-segment-integration-5.5.00
5.4.x
moengage-segment-integration-5.4.01
moengage-segment-integration-5.4.00
5.3.x
moengage-segment-integration-5.3.01
moengage-segment-integration-5.3.00
5.2.x
moengage-segment-integration-5.2.00
5.1.x
moengage-segment-integration-5.1.01
moengage-segment-integration-5.1.00
5.0.x
moengage-segment-integration-5.0.01
moengage-segment-integration-5.0.00
4.3.x
moengage-segment-integration-4.3.00
3.0.x
moengage-segment-integration-3.0.02
moengage-segment-integration-3.0.01
moengage-segment-integration-3.0.00
2.1.x
moengage-segment-integration-2.1.05
moengage-segment-integration-2.1.04
moengage-segment-integration-2.1.03
moengage-segment-integration-2.1.01
moengage-segment-integration-2.1.00
2.0.x
moengage-segment-integration-2.0.00
1.0.x
moengage-segment-integration-1.0.00

How to add a dependency to Maven

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

<dependency>
    <groupId>com.moengage</groupId>
    <artifactId>moengage-segment-integration</artifactId>
    <version>6.5.8</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.moengage:moengage-segment-integration:6.5.8'

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

implementation("com.moengage:moengage-segment-integration:6.5.8")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.moengage" % "moengage-segment-integration" % "6.5.8"