Apache Velocity Maven Dependency

This page gives you a quick reference to get Apache Velocity dependency for Maven or Gradle projects. You can also download the Apache Velocity jar dependency, the link given at the "Download JAR File" section.
Apache Velocity is a general-purpose template engine.

Apache Velocity Maven Dependency

Copy below Apache Velocity maven dependency and paste in your project pom.xml file:
<!-- https://mvnrepository.com/artifact/org.apache.velocity/velocity -->
<dependency>
    <groupId>org.apache.velocity</groupId>
    <artifactId>velocity</artifactId>
    <version>1.7</version>
</dependency>

Apache Velocity Gradle Dependency

Copy below Apache Velocity Gradle dependency and paste in your project build.gradle file:
// https://mvnrepository.com/artifact/org.apache.velocity/velocity
compile group: 'org.apache.velocity', name: 'velocity', version: '1.7'

Download JAR File




Comments