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