MVN

org.springframework.boot : spring-boot-starter-velocity

Maven & Gradle

12 usages
68.1k stars

Spring Boot Velocity Starter · Starter for building MVC web applications using Velocity views. Deprecated since 1.4

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-velocity</artifactId>
    <version>1.4.7.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework.boot : spring-boot-starter-velocity to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.7.RELEASE

All Versions

Choose a version of org.springframework.boot : spring-boot-starter-velocity to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
spring-boot-starter-velocity-1.4.7.RELEASE
spring-boot-starter-velocity-1.4.6.RELEASE
spring-boot-starter-velocity-1.4.5.RELEASE
spring-boot-starter-velocity-1.4.4.RELEASE
spring-boot-starter-velocity-1.4.3.RELEASE
spring-boot-starter-velocity-1.4.2.RELEASE
spring-boot-starter-velocity-1.4.1.RELEASE
spring-boot-starter-velocity-1.4.0.RELEASE
1.3.x
spring-boot-starter-velocity-1.3.8.RELEASE
spring-boot-starter-velocity-1.3.7.RELEASE
spring-boot-starter-velocity-1.3.6.RELEASE
spring-boot-starter-velocity-1.3.5.RELEASE
spring-boot-starter-velocity-1.3.4.RELEASE
spring-boot-starter-velocity-1.3.3.RELEASE
spring-boot-starter-velocity-1.3.2.RELEASE
spring-boot-starter-velocity-1.3.1.RELEASE
spring-boot-starter-velocity-1.3.0.RELEASE
1.2.x
spring-boot-starter-velocity-1.2.8.RELEASE
spring-boot-starter-velocity-1.2.7.RELEASE
spring-boot-starter-velocity-1.2.6.RELEASE
spring-boot-starter-velocity-1.2.5.RELEASE
spring-boot-starter-velocity-1.2.4.RELEASE
spring-boot-starter-velocity-1.2.3.RELEASE
spring-boot-starter-velocity-1.2.2.RELEASE
spring-boot-starter-velocity-1.2.1.RELEASE
spring-boot-starter-velocity-1.2.0.RELEASE
1.1.x
spring-boot-starter-velocity-1.1.12.RELEASE
spring-boot-starter-velocity-1.1.11.RELEASE
spring-boot-starter-velocity-1.1.10.RELEASE
spring-boot-starter-velocity-1.1.9.RELEASE
spring-boot-starter-velocity-1.1.8.RELEASE
spring-boot-starter-velocity-1.1.7.RELEASE
spring-boot-starter-velocity-1.1.6.RELEASE
spring-boot-starter-velocity-1.1.5.RELEASE
spring-boot-starter-velocity-1.1.4.RELEASE
spring-boot-starter-velocity-1.1.3.RELEASE
spring-boot-starter-velocity-1.1.2.RELEASE
spring-boot-starter-velocity-1.1.1.RELEASE
spring-boot-starter-velocity-1.1.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework.boot : spring-boot-starter-velocity maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-velocity</artifactId>
    <version>1.4.7.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework.boot : spring-boot-starter-velocity gradle dependency to your build.gradle file:

implementation 'org.springframework.boot:spring-boot-starter-velocity:1.4.7.RELEASE'

Gradle Kotlin DSL: Add the following org.springframework.boot : spring-boot-starter-velocity gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework.boot:spring-boot-starter-velocity:1.4.7.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework.boot : spring-boot-starter-velocity sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework.boot" % "spring-boot-starter-velocity" % "1.4.7.RELEASE"