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