Files download
File Operation
spring-velocity-support-4.3.17.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.alibaba.spring</groupId>
  <artifactId>spring-velocity-support</artifactId>
  <version>4.3.17.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.alibaba.spring:spring-velocity-support:4.3.17.RELEASE'
Gradle Kotlin
implementation("com.alibaba.spring:spring-velocity-support:4.3.17.RELEASE")
Scala SBT
libraryDependencies += "com.alibaba.spring" % "spring-velocity-support" % "4.3.17.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.alibaba.spring', module='spring-velocity-support', version='4.3.17.RELEASE')
)
Apache Ivy
<dependency org="com.alibaba.spring" name="spring-velocity-support" rev="4.3.17.RELEASE" />
Leiningen
[com.alibaba.spring/spring-velocity-support "4.3.17.RELEASE"]
Apache Buildr
'com.alibaba.spring:spring-velocity-support:jar:4.3.17.RELEASE'