v

velocity-spring-boot-starter

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