v

velocity-tools

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.
http://velocity.apache.org/tools/devel/
The Apache Software License, Version 2.0
Apache Software Foundation
Nathan Bubna Henning Schmiedehausen Will Glass-Husain Geir Magnusson Jr. Daniel Rall Marinó A. Jónsson Claude Brisson
Files download
File Operation
velocity-tools-2.0.jar download
velocity-tools-2.0.pom download
Apache Maven
<dependency>
  <groupId>org.apache.velocity</groupId>
  <artifactId>velocity-tools</artifactId>
  <version>2.0</version>
</dependency>
Gradle Groovy
implementation 'org.apache.velocity:velocity-tools:2.0'
Gradle Kotlin
implementation("org.apache.velocity:velocity-tools:2.0")
Scala SBT
libraryDependencies += "org.apache.velocity" % "velocity-tools" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.velocity', module='velocity-tools', version='2.0')
)
Apache Ivy
<dependency org="org.apache.velocity" name="velocity-tools" rev="2.0" />
Leiningen
[org.apache.velocity/velocity-tools "2.0"]
Apache Buildr
'org.apache.velocity:velocity-tools:jar:2.0'