Maven Dependency root >> 2.0.19

In this page we are giving Maven Dependency of com.indix >> root version2.0.19

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.indix >> root version2.0.19 in your project.

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

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

Maven dependency of root version 2.0.19:

<dependency>
	<groupId>com.indix</groupId>
	<artifactId>root</artifactId>
	<version>2.0.19</version>
</dependency>

Gradle Dependency of root version 2.0.19

compile group: 'com.indix', name: 'root', version: '2.0.19'

SBT Dependency of root version 2.0.19

libraryDependencies += "com.indix" % "root" % "2.0.19"

Ivy Dependency of root version 2.0.19

<dependency org="com.indix" name="root" rev="2.0.19"/>

Grape Dependency of root version 2.0.19

@Grapes(
    @Grab(group='com.indix', module='root', version='2.0.19')
)

Leiningen Dependency of root version 2.0.19

[com.indix/root "2.0.19"]

Buildr Dependency of root version 2.0.19

'com.indix:root:jar:2.0.19'

Advertisements