Maven Dependency storage-android >> 1.0.18

In this page we are giving Maven Dependency of co.realtime >> storage-android version1.0.18

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of co.realtime >> storage-android version1.0.18 in your project.

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

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

Maven dependency of storage-android version 1.0.18:

<dependency>
	<groupId>co.realtime</groupId>
	<artifactId>storage-android</artifactId>
	<version>1.0.18</version>
</dependency>

Gradle Dependency of storage-android version 1.0.18

compile group: 'co.realtime', name: 'storage-android', version: '1.0.18'

SBT Dependency of storage-android version 1.0.18

libraryDependencies += "co.realtime" % "storage-android" % "1.0.18"

Ivy Dependency of storage-android version 1.0.18

<dependency org="co.realtime" name="storage-android" rev="1.0.18"/>

Grape Dependency of storage-android version 1.0.18

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

Leiningen Dependency of storage-android version 1.0.18

[co.realtime/storage-android "1.0.18"]

Buildr Dependency of storage-android version 1.0.18

'co.realtime:storage-android:jar:1.0.18'

Advertisements

Ads