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