Maven Dependency xdoclet-hp-module >> 1.2b2

In this page we are giving Maven Dependency of xdoclet >> xdoclet-hp-module version1.2b2

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of xdoclet >> xdoclet-hp-module version1.2b2 in your project.

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

Maven dependency automatically download dependent library of xdoclet-hp-module version 1.2b2 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 xdoclet-hp-module version 1.2b2

Maven dependency of xdoclet-hp-module version 1.2b2:

<dependency>
	<groupId>xdoclet</groupId>
	<artifactId>xdoclet-hp-module</artifactId>
	<version>1.2b2</version>
</dependency>

Gradle Dependency of xdoclet-hp-module version 1.2b2

compile group: 'xdoclet', name: 'xdoclet-hp-module', version: '1.2b2'

SBT Dependency of xdoclet-hp-module version 1.2b2

libraryDependencies += "xdoclet" % "xdoclet-hp-module" % "1.2b2"

Ivy Dependency of xdoclet-hp-module version 1.2b2

<dependency org="xdoclet" name="xdoclet-hp-module" rev="1.2b2"/>

Grape Dependency of xdoclet-hp-module version 1.2b2

@Grapes(
    @Grab(group='xdoclet', module='xdoclet-hp-module', version='1.2b2')
)

Leiningen Dependency of xdoclet-hp-module version 1.2b2

[xdoclet/xdoclet-hp-module "1.2b2"]

Buildr Dependency of xdoclet-hp-module version 1.2b2

'xdoclet:xdoclet-hp-module:jar:1.2b2'

Advertisements

Ads