<dependency>
<groupId>com.alibaba.boot</groupId>
<artifactId>velocity-spring-boot-starter</artifactId>
<version>1.0.4.RELEASE</version>
</dependency>
libraryDependencies += "com.alibaba.boot" % "velocity-spring-boot-starter" % "1.0.4.RELEASE"
@Grapes(
@Grab(group='com.alibaba.boot', module='velocity-spring-boot-starter', version='1.0.4.RELEASE')
)
<dependency org="com.alibaba.boot" name="velocity-spring-boot-starter" rev="1.0.4.RELEASE" />