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