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