Download velocity-1.5-20060721.044818.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.5-20060721.044818 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

velocity-1.5-20060721.044818.jar
velocity-1.5-20060721.044818.pom



Related Tutorials