MVN

org.apache.velocity : velocity-engine-parent

Maven & Gradle

Mar 03, 2021

Apache Velocity · Apache Velocity is a general purpose template engine.

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

Latest Version

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

  • Latest Stable: 2.3

All Versions

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

Version Vulnerabilities Updated
2.3
velocity-engine-parent-2.3
2.2
velocity-engine-parent-2.2
CVE-2020-13936
2.1
velocity-engine-parent-2.1
CVE-2020-13936
2.0
velocity-engine-parent-2.0
CVE-2020-13936

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.apache.velocity</groupId>
    <artifactId>velocity-engine-parent</artifactId>
    <version>2.3</version>
</dependency>

Advertisement