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://jakarta.apache.org/velocity/tools/
Apache 2
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-1.3.jar download
velocity-tools-1.3.pom download
Apache Maven
<dependency>
  <groupId>org.apache.velocity</groupId>
  <artifactId>velocity-tools</artifactId>
  <version>1.3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.velocity:velocity-tools:1.3'
Gradle Kotlin
implementation("org.apache.velocity:velocity-tools:1.3")
Scala SBT
libraryDependencies += "org.apache.velocity" % "velocity-tools" % "1.3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.velocity', module='velocity-tools', version='1.3')
)
Apache Ivy
<dependency org="org.apache.velocity" name="velocity-tools" rev="1.3" />
Leiningen
[org.apache.velocity/velocity-tools "1.3"]
Apache Buildr
'org.apache.velocity:velocity-tools:jar:1.3'