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