| Категории |
КатегорииSpring Boot Контейнер Микросервисы |
|---|---|
| Группа | Группаorg.springframework.boot |
| Идентификатор | Идентификаторspring-boot-parent |
| Версия | Версия2.6.9 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| spring-boot-parent-2.6.9.pom | |
| spring-boot-parent-2.6.9.module | 9 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.6.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/
implementation 'org.springframework.boot:spring-boot-parent:2.6.9'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/
implementation ("org.springframework.boot:spring-boot-parent:2.6.9")
'org.springframework.boot:spring-boot-parent:pom:2.6.9'
<dependency org="org.springframework.boot" name="spring-boot-parent" rev="2.6.9">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-parent', version='2.6.9')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-parent" % "2.6.9"
[org.springframework.boot/spring-boot-parent "2.6.9"]