File | Operation |
---|---|
spring-boot-starter-parent-2.5.5.pom | download |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.5.5</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-parent" % "2.5.5"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-parent', version='2.5.5')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-parent" rev="2.5.5" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.5.5</version> </parent>