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