is not current version
Last Version 1.5

velocity:velocity 1.5-beta2


GroupId

GroupId

velocity
ArtifactId

ArtifactId

velocity
Version

Version

1.5-beta2
Type

Type

jar

Download velocity 1.5-beta2


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