Download velocity-1.6-beta1.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-beta1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

velocity-1.6-beta1.jar
velocity-1.6-beta1.pom



Related Tutorials