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