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