In this page we are giving Maven Dependency of com.moengage >> moengage-segment-integration version2.0.00
You should include the dependency code given in this page to add Maven Dependency of com.moengage >> moengage-segment-integration version2.0.00 in your project.
In this page we are going to discuss about moengage-segment-integration version 2.0.00 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use moengage-segment-integration version 2.0.00 dependency by just including the code discussed here in pom.xml file of your Maven project.
Maven dependency automatically download dependent library of moengage-segment-integration version 2.0.00 and include the necessary jar files in the project.
Code given here should be included inside <dependencies> ...... </dependencies> tag in the Maven configuration file pom.xml.
We also explained you dependency code of different build system like Gradle Dependency, SBT Dependency, Ivy Dependency, Grape Dependency etc...

Maven dependency of moengage-segment-integration version 2.0.00:
<dependency> <groupId>com.moengage</groupId> <artifactId>moengage-segment-integration</artifactId> <version>2.0.00</version> </dependency>
Gradle Dependency of moengage-segment-integration version 2.0.00
compile group: 'com.moengage', name: 'moengage-segment-integration', version: '2.0.00'
SBT Dependency of moengage-segment-integration version 2.0.00
libraryDependencies += "com.moengage" % "moengage-segment-integration" % "2.0.00"
Ivy Dependency of moengage-segment-integration version 2.0.00
<dependency org="com.moengage" name="moengage-segment-integration" rev="2.0.00"/>
Grape Dependency of moengage-segment-integration version 2.0.00
@Grapes(
@Grab(group='com.moengage', module='moengage-segment-integration', version='2.0.00')
)
Leiningen Dependency of moengage-segment-integration version 2.0.00
[com.moengage/moengage-segment-integration "2.0.00"]
Buildr Dependency of moengage-segment-integration version 2.0.00
'com.moengage:moengage-segment-integration:jar:2.0.00'
Advertisements