is not current version
Last Version 1.5

velocity:velocity 1.3.1


GroupId

GroupId

velocity
ArtifactId

ArtifactId

velocity
Version

Version

1.3.1
Type

Type

jar

Download velocity 1.3.1


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