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