Maven Dependency index >> 0.8.18

In this page we are giving Maven Dependency of com.thesett >> index version0.8.18

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.thesett >> index version0.8.18 in your project.

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

Maven dependency automatically download dependent library of index version 0.8.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 index version 0.8.18

Maven dependency of index version 0.8.18:

<dependency>
	<groupId>com.thesett</groupId>
	<artifactId>index</artifactId>
	<version>0.8.18</version>
</dependency>

Gradle Dependency of index version 0.8.18

compile group: 'com.thesett', name: 'index', version: '0.8.18'

SBT Dependency of index version 0.8.18

libraryDependencies += "com.thesett" % "index" % "0.8.18"

Ivy Dependency of index version 0.8.18

<dependency org="com.thesett" name="index" rev="0.8.18"/>

Grape Dependency of index version 0.8.18

@Grapes(
    @Grab(group='com.thesett', module='index', version='0.8.18')
)

Leiningen Dependency of index version 0.8.18

[com.thesett/index "0.8.18"]

Buildr Dependency of index version 0.8.18

'com.thesett:index:jar:0.8.18'

Advertisements