is not current version
Last Version 2.0

org.apache.velocity:velocity-tools 2.0-beta2

VelocityTools is an integrated collection of Velocity subprojects with the common goal of creating tools and infrastructure to speed and ease development of both web and non-web applications using the Velocity template engine.

GroupId

GroupId

org.apache.velocity
ArtifactId

ArtifactId

velocity-tools
Version

Version

2.0-beta2
Type

Type

jar

Download velocity-tools 2.0-beta2


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