Maven Dependency pmbok-plan >> 1.0.2.RELEASE

In this page we are giving Maven Dependency of com.clusterra >> pmbok-plan version1.0.2.RELEASE

Ads

:::ADS::: 300x600 Tutorials   
adsNew.get("ads8")

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

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

Maven dependency automatically download dependent library of pmbok-plan version 1.0.2.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 pmbok-plan version 1.0.2.RELEASE

Maven dependency of pmbok-plan version 1.0.2.RELEASE:

<dependency>
	<groupId>com.clusterra</groupId>
	<artifactId>pmbok-plan</artifactId>
	<version>1.0.2.RELEASE</version>
</dependency>

Gradle Dependency of pmbok-plan version 1.0.2.RELEASE

compile group: 'com.clusterra', name: 'pmbok-plan', version: '1.0.2.RELEASE'

SBT Dependency of pmbok-plan version 1.0.2.RELEASE

libraryDependencies += "com.clusterra" % "pmbok-plan" % "1.0.2.RELEASE"

Ivy Dependency of pmbok-plan version 1.0.2.RELEASE

<dependency org="com.clusterra" name="pmbok-plan" rev="1.0.2.RELEASE"/>

Grape Dependency of pmbok-plan version 1.0.2.RELEASE

@Grapes(
    @Grab(group='com.clusterra', module='pmbok-plan', version='1.0.2.RELEASE')
)

Leiningen Dependency of pmbok-plan version 1.0.2.RELEASE

[com.clusterra/pmbok-plan "1.0.2.RELEASE"]

Buildr Dependency of pmbok-plan version 1.0.2.RELEASE

'com.clusterra:pmbok-plan:jar:1.0.2.RELEASE'

Advertisements

:::ADS::: responsive