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