Jar examples for v:velocity
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.5 in this page.
The Apache Software License, Version 2.0
You can use the following script to add velocity-1.5.jar to your project.
<dependency> <groupId>org.apache.velocity</groupId> <artifactId>velocity</artifactId> <version>1.5</version> </dependency>
compile group: 'org.apache.velocity', name: 'velocity', version: '1.5'
libraryDependencies += "org.apache.velocity" % "velocity" % "1.5"
<dependency org="org.apache.velocity" name="velocity" rev="1.5"/>
@Grapes(@Grab(group='org.apache.velocity', module='velocity', version='1.5'))
'org.apache.velocity:velocity:jar:1.5'
Click the following link to download the jar file.
velocity-1.5.jar