Download velocity-tools-2.0.jar file - Jar v

Jar examples for v:velocity-tools

Description

VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine.

You can download jar file velocity-tools 2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

velocity-tools-2.0-javadoc.jar
velocity-tools-2.0-src.jar
velocity-tools-2.0.jar
velocity-tools-2.0.pom



Related Tutorials