spring-boot-starter-web

spring-boot-starter-web

Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container
https://spring.io/projects/spring-boot
Apache License, Version 2.0
Pivotal Software, Inc.
Pivotal
Files download
File Operation
spring-boot-starter-web-2.6.6.jar download
spring-boot-starter-web-2.6.6.pom download
spring-boot-starter-web-2.6.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-starter-web</artifactId>
  <version>2.6.6</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-starter-web:2.6.6'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-starter-web:2.6.6")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-web" % "2.6.6"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-starter-web', version='2.6.6')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-starter-web" rev="2.6.6" />
Leiningen
[org.springframework.boot/spring-boot-starter-web "2.6.6"]
Apache Buildr
'org.springframework.boot:spring-boot-starter-web:jar:2.6.6'