Maven Dependency clusterra-iam-application >> 1.2.1.RELEASE

In this page we are giving Maven Dependency of com.clusterra >> clusterra-iam-application version1.2.1.RELEASE

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of com.clusterra >> clusterra-iam-application version1.2.1.RELEASE in your project.

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

Maven dependency automatically download dependent library of clusterra-iam-application version 1.2.1.RELEASE 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 clusterra-iam-application version 1.2.1.RELEASE

Maven dependency of clusterra-iam-application version 1.2.1.RELEASE:

<dependency>
	<groupId>com.clusterra</groupId>
	<artifactId>clusterra-iam-application</artifactId>
	<version>1.2.1.RELEASE</version>
</dependency>

Gradle Dependency of clusterra-iam-application version 1.2.1.RELEASE

compile group: 'com.clusterra', name: 'clusterra-iam-application', version: '1.2.1.RELEASE'

SBT Dependency of clusterra-iam-application version 1.2.1.RELEASE

libraryDependencies += "com.clusterra" % "clusterra-iam-application" % "1.2.1.RELEASE"

Ivy Dependency of clusterra-iam-application version 1.2.1.RELEASE

<dependency org="com.clusterra" name="clusterra-iam-application" rev="1.2.1.RELEASE"/>

Grape Dependency of clusterra-iam-application version 1.2.1.RELEASE

@Grapes(
    @Grab(group='com.clusterra', module='clusterra-iam-application', version='1.2.1.RELEASE')
)

Leiningen Dependency of clusterra-iam-application version 1.2.1.RELEASE

[com.clusterra/clusterra-iam-application "1.2.1.RELEASE"]

Buildr Dependency of clusterra-iam-application version 1.2.1.RELEASE

'com.clusterra:clusterra-iam-application:jar:1.2.1.RELEASE'

Advertisements