File | Operation |
---|---|
velocity-engine-parent-2.4.1.pom | download |
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-parent</artifactId>
<version>2.4.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='org.apache.velocity', module='velocity-engine-parent', version='2.4.1')
)
<parent> <groupId>org.apache.velocity</groupId> <artifactId>velocity-master</artifactId> <version>7</version> </parent>