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

org.springframework.boot:spring-boot-starter-parent 2.5.9

Parent pom providing dependency and plugin management for applications built with Maven

Категории

Категории

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

Группа

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

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

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

Версия

2.5.9
Тип

Тип

pom

Скачать spring-boot-starter-parent 2.5.9

Имя Файла Размер
spring-boot-starter-parent-2.5.9.pom 8 KB
Обзор

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