MVN

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

Maven & Gradle

Jul 12, 2023

Apache Velocity Tools - Examples (migrated to Jarkata) · Examples to show how to use Velocity Tools. 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-examples</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-examples to add to Maven - Latest Versions:

  • Latest Stable: 3.3.0

All Versions

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

Version Vulnerabilities Updated
3.3.x
velocity-tools-examples-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-examples</artifactId>
    <version>3.3.0</version>
</dependency>