License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-parent |
Version | Version2.6.6 |
Type | Typepom |
Description |
Descriptionspring-boot-parent
Spring Boot Parent
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spring-boot-parent-2.6.6.pom | |
spring-boot-parent-2.6.6.module | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>2.6.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/
implementation 'org.springframework.boot:spring-boot-parent:2.6.6'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/
implementation ("org.springframework.boot:spring-boot-parent:2.6.6")
'org.springframework.boot:spring-boot-parent:pom:2.6.6'
<dependency org="org.springframework.boot" name="spring-boot-parent" rev="2.6.6">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-parent', version='2.6.6')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-parent" % "2.6.6"
[org.springframework.boot/spring-boot-parent "2.6.6"]