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