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