Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-parent |
Version | Version2.4.3 |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-parent-2.4.3.pom | |
spring-boot-parent-2.4.3.module | 8 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.4.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/
implementation 'org.springframework.boot:spring-boot-parent:2.4.3'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-parent/
implementation ("org.springframework.boot:spring-boot-parent:2.4.3")
'org.springframework.boot:spring-boot-parent:pom:2.4.3'
<dependency org="org.springframework.boot" name="spring-boot-parent" rev="2.4.3">
<artifact name="spring-boot-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-parent', version='2.4.3')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-parent" % "2.4.3"
[org.springframework.boot/spring-boot-parent "2.4.3"]