MVN

org.apache.velocity.tools : velocity-tools-parent

Maven & Gradle

Feb 28, 2021

VelocityTools · 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.

<dependency>
    <groupId>org.apache.velocity.tools</groupId>
    <artifactId>velocity-tools-parent</artifactId>
    <version>3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.velocity.tools : velocity-tools-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.1

All Versions

Choose a version of org.apache.velocity.tools : velocity-tools-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1
velocity-tools-parent-3.1
3.0
velocity-tools-parent-3.0
CVE-2020-13959

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.velocity.tools</groupId>
    <artifactId>velocity-tools-parent</artifactId>
    <version>3.1</version>
</dependency>