v

velocity-dep

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/
Apache Software Foundation
Files download
File Operation
velocity-dep-1.4.jar download
velocity-dep-1.4.pom download
velocity-dep-1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>velocity</groupId>
  <artifactId>velocity-dep</artifactId>
  <version>1.4</version>
</dependency>
Gradle Groovy
implementation 'velocity:velocity-dep:1.4'
Gradle Kotlin
implementation("velocity:velocity-dep:1.4")
Scala SBT
libraryDependencies += "velocity" % "velocity-dep" % "1.4"
Groovy Grape
@Grapes(
  @Grab(group='velocity', module='velocity-dep', version='1.4')
)
Apache Ivy
<dependency org="velocity" name="velocity-dep" rev="1.4" />
Leiningen
[velocity/velocity-dep "1.4"]
Apache Buildr
'velocity:velocity-dep:jar:1.4'
Dependencies
The project has no third-party dependencies