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