Maven Dependency messaging-android >> 2.1.32

In this page we are giving Maven Dependency of co.realtime >> messaging-android version2.1.32

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of co.realtime >> messaging-android version2.1.32 in your project.

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

Maven dependency automatically download dependent library of messaging-android version 2.1.32 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 messaging-android version 2.1.32

Maven dependency of messaging-android version 2.1.32:

<dependency>
	<groupId>co.realtime</groupId>
	<artifactId>messaging-android</artifactId>
	<version>2.1.32</version>
</dependency>

Gradle Dependency of messaging-android version 2.1.32

compile group: 'co.realtime', name: 'messaging-android', version: '2.1.32'

SBT Dependency of messaging-android version 2.1.32

libraryDependencies += "co.realtime" % "messaging-android" % "2.1.32"

Ivy Dependency of messaging-android version 2.1.32

<dependency org="co.realtime" name="messaging-android" rev="2.1.32"/>

Grape Dependency of messaging-android version 2.1.32

@Grapes(
    @Grab(group='co.realtime', module='messaging-android', version='2.1.32')
)

Leiningen Dependency of messaging-android version 2.1.32

[co.realtime/messaging-android "2.1.32"]

Buildr Dependency of messaging-android version 2.1.32

'co.realtime:messaging-android:jar:2.1.32'

Advertisements

Ads