не последняя версия
Последняя версия 2.7.1

org.springframework.boot:spring-boot-starter-web 1.5.19.RELEASE

Starter for building web, including RESTful, applications using Spring MVC. Uses Tomcat as the default embedded container

Категории

Категории

Spring Boot Контейнер Микросервисы
Группа

Группа

org.springframework.boot
Идентификатор

Идентификатор

spring-boot-starter-web
Версия

Версия

1.5.19.RELEASE
Тип

Тип

jar

Скачать spring-boot-starter-web 1.5.19.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-web/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-web</artifactId>
    <version>1.5.19.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-web/
implementation 'org.springframework.boot:spring-boot-starter-web:1.5.19.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-web/
implementation ("org.springframework.boot:spring-boot-starter-web:1.5.19.RELEASE")
'org.springframework.boot:spring-boot-starter-web:jar:1.5.19.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starter-web" rev="1.5.19.RELEASE">
  <artifact name="spring-boot-starter-web" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-web', version='1.5.19.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-web" % "1.5.19.RELEASE"
[org.springframework.boot/spring-boot-starter-web "1.5.19.RELEASE"]