<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
<version>2.3</version>
</dependency>
@Grapes(
@Grab(group='org.apache.velocity', module='velocity-engine-core', version='2.3')
)