Maven Dependency addon-messaging >> 1.1.00

In this page we are giving Maven Dependency of com.moengage >> addon-messaging version1.1.00

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.moengage >> addon-messaging version1.1.00 in your project.

In this page we are going to discuss about addon-messaging version 1.1.00 maven dependencies. Maven tool is project management tool which you use to manage your project and easily use addon-messaging version 1.1.00 dependency by just including the code discussed here in pom.xml file of your Maven project.

Maven dependency automatically download dependent library of addon-messaging version 1.1.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 addon-messaging version 1.1.00

Maven dependency of addon-messaging version 1.1.00:

<dependency>
	<groupId>com.moengage</groupId>
	<artifactId>addon-messaging</artifactId>
	<version>1.1.00</version>
</dependency>

Gradle Dependency of addon-messaging version 1.1.00

compile group: 'com.moengage', name: 'addon-messaging', version: '1.1.00'

SBT Dependency of addon-messaging version 1.1.00

libraryDependencies += "com.moengage" % "addon-messaging" % "1.1.00"

Ivy Dependency of addon-messaging version 1.1.00

<dependency org="com.moengage" name="addon-messaging" rev="1.1.00"/>

Grape Dependency of addon-messaging version 1.1.00

@Grapes(
    @Grab(group='com.moengage', module='addon-messaging', version='1.1.00')
)

Leiningen Dependency of addon-messaging version 1.1.00

[com.moengage/addon-messaging "1.1.00"]

Buildr Dependency of addon-messaging version 1.1.00

'com.moengage:addon-messaging:jar:1.1.00'

Advertisements

Ads