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
文件下载
文件名 操作
velocity-tools-2.0-beta2.jar 下载
velocity-tools-2.0-beta2.pom 下载
Apache Maven
<dependency>
  <groupId>org.apache.velocity</groupId>
  <artifactId>velocity-tools</artifactId>
  <version>2.0-beta2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.velocity:velocity-tools:2.0-beta2'
Gradle Kotlin
implementation("org.apache.velocity:velocity-tools:2.0-beta2")
Scala SBT
libraryDependencies += "org.apache.velocity" % "velocity-tools" % "2.0-beta2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.velocity', module='velocity-tools', version='2.0-beta2')
)
Apache Ivy
<dependency org="org.apache.velocity" name="velocity-tools" rev="2.0-beta2" />
Leiningen
[org.apache.velocity/velocity-tools "2.0-beta2"]
Apache Buildr
'org.apache.velocity:velocity-tools:jar:2.0-beta2'