<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-jdbc</artifactId>
<version>3.0.11</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-jdbc', version='3.0.11')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-jdbc" rev="3.0.11" />