Maven Dependency storage >> 1.0.22

In this page we are giving Maven Dependency of co.realtime >> storage version1.0.22

Ads

Tutorials   

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

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

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

Maven dependency of storage version 1.0.22:

<dependency>
	<groupId>co.realtime</groupId>
	<artifactId>storage</artifactId>
	<version>1.0.22</version>
</dependency>

Gradle Dependency of storage version 1.0.22

compile group: 'co.realtime', name: 'storage', version: '1.0.22'

SBT Dependency of storage version 1.0.22

libraryDependencies += "co.realtime" % "storage" % "1.0.22"

Ivy Dependency of storage version 1.0.22

<dependency org="co.realtime" name="storage" rev="1.0.22"/>

Grape Dependency of storage version 1.0.22

@Grapes(
    @Grab(group='co.realtime', module='storage', version='1.0.22')
)

Leiningen Dependency of storage version 1.0.22

[co.realtime/storage "1.0.22"]

Buildr Dependency of storage version 1.0.22

'co.realtime:storage:jar:1.0.22'

Advertisements