is not current version
Last Version 1.5

velocity:velocity 1.4

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.

GroupId

GroupId

velocity
ArtifactId

ArtifactId

velocity
Version

Version

1.4
Type

Type

jar

Download velocity 1.4


<!-- https://jarcasting.com/artifacts/velocity/velocity/ -->
<dependency>
    <groupId>velocity</groupId>
    <artifactId>velocity</artifactId>
    <version>1.4</version>
</dependency>
// https://jarcasting.com/artifacts/velocity/velocity/
implementation 'velocity:velocity:1.4'
// https://jarcasting.com/artifacts/velocity/velocity/
implementation ("velocity:velocity:1.4")
'velocity:velocity:jar:1.4'
<dependency org="velocity" name="velocity" rev="1.4">
  <artifact name="velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='velocity', module='velocity', version='1.4')
)
libraryDependencies += "velocity" % "velocity" % "1.4"
[velocity "1.4"]