MVN

com.github.ppodgorsek.apache : velocity-tools-parent

Maven & Gradle

Jul 12, 2023
0 stars

Apache Velocity Tools (migrated to Jarkata) · 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. PLEASE NOTE: this is a temporary fork to unblock projects migrating to Jakarta, but I won't continue maintaining it in the future as the Velocity team doesn't understand the value of Jakarta. I strongly suggest you plan a switch to a more modern template engine such as Thymeleaf.

<dependency>
    <groupId>com.github.ppodgorsek.apache</groupId>
    <artifactId>velocity-tools-parent</artifactId>
    <version>3.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.3.0

All Versions

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

Version Vulnerabilities Updated
3.3.x
velocity-tools-parent-3.3.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.github.ppodgorsek.apache</groupId>
    <artifactId>velocity-tools-parent</artifactId>
    <version>3.3.0</version>
</dependency>