Download velocity-1.6.2.jar file - Jar v

Jar examples for v:velocity

Description

Velocity is a Java-based template engine. It permits anyone to use the simple yet powerful template language to reference objects defined in Java code.

You can download jar file velocity 1.6.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add velocity-1.6.2.jar to your project.

<dependency>
   <groupId>org.apache.velocity</groupId>
   <artifactId>velocity</artifactId>
   <version>1.6.2</version>
</dependency>
compile group: 'org.apache.velocity', name: 'velocity', version: '1.6.2'
libraryDependencies += "org.apache.velocity" % "velocity" % "1.6.2"
<dependency org="org.apache.velocity" name="velocity" rev="1.6.2"/>
@Grapes(@Grab(group='org.apache.velocity', module='velocity', version='1.6.2'))
'org.apache.velocity:velocity:jar:1.6.2'

Download

Click the following link to download the jar file.

velocity-1.6.2-javadoc.jar
velocity-1.6.2-src.jar
velocity-1.6.2.jar
velocity-1.6.2.pom



Related Tutorials