is not current version
Last Version 1.5

velocity:velocity 1.3


GroupId

GroupId

velocity
ArtifactId

ArtifactId

velocity
Version

Version

1.3
Type

Type

jar

Download velocity 1.3


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