Maven Dependency velocity >> 1.5-20060721.044818

In this page we are giving Maven Dependency of maven >> velocity version1.5-20060721.044818

Ads

Tutorials   

You should include the dependency code given in this page to add Maven Dependency of maven >> velocity version1.5-20060721.044818 in your project.

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

Maven dependency automatically download dependent library of velocity version 1.5-20060721.044818 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 velocity version 1.5-20060721.044818

Maven dependency of velocity version 1.5-20060721.044818:

<dependency>
	<groupId>maven</groupId>
	<artifactId>velocity</artifactId>
	<version>1.5-20060721.044818</version>
</dependency>

Gradle Dependency of velocity version 1.5-20060721.044818

compile group: 'maven', name: 'velocity', version: '1.5-20060721.044818'

SBT Dependency of velocity version 1.5-20060721.044818

libraryDependencies += "maven" % "velocity" % "1.5-20060721.044818"

Ivy Dependency of velocity version 1.5-20060721.044818

<dependency org="maven" name="velocity" rev="1.5-20060721.044818"/>

Grape Dependency of velocity version 1.5-20060721.044818

@Grapes(
    @Grab(group='maven', module='velocity', version='1.5-20060721.044818')
)

Leiningen Dependency of velocity version 1.5-20060721.044818

[maven/velocity "1.5-20060721.044818"]

Buildr Dependency of velocity version 1.5-20060721.044818

'maven:velocity:jar:1.5-20060721.044818'

Advertisements

Ads