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