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