| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-starter-parent |
| Версия | Версия2.5.6 |
| Тип | Типpom |
| Описание |
Описаниеspring-boot-starter-parent
Parent pom providing dependency and plugin management for applications built with Maven
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| spring-boot-starter-parent-2.5.6.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.6</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.6'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starter-parent/
implementation ("org.springframework.boot:spring-boot-starter-parent:2.5.6")
'org.springframework.boot:spring-boot-starter-parent:pom:2.5.6'
<dependency org="org.springframework.boot" name="spring-boot-starter-parent" rev="2.5.6">
<artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-parent', version='2.5.6')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-parent" % "2.5.6"
[org.springframework.boot/spring-boot-starter-parent "2.5.6"]