v

velocity

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.
http://jakarta.apache.org/velocity/
The Apache Software License, Version 2.0
Apache Software Foundation
文件下载
文件名 操作
velocity-1.4.jar 下载
velocity-1.4.pom 下载
velocity-1.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>velocity</groupId>
  <artifactId>velocity</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'velocity:velocity:1.4'
Gradle Kotlin
implementation("velocity:velocity:1.4")
Scala SBT
libraryDependencies += "velocity" % "velocity" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='velocity', module='velocity', version='1.4')
)
Apache Ivy
<dependency org="velocity" name="velocity" rev="1.4" />
Leiningen
[velocity/velocity "1.4"]
Apache Buildr
'velocity:velocity:jar:1.4'
本项目依赖