is not current version
Last Version 1.5-beta2

velocity:velocity-dep 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-dep
Version

Version

1.4
Type

Type

jar

Download velocity-dep 1.4


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