spring-boot-configuration-processor

spring-boot-configuration-processor

Spring Boot Configuration Annotation Processor
https://spring.io/projects/spring-boot
Apache License, Version 2.0
VMware, Inc.
Spring
Files download
File Operation
spring-boot-configuration-processor-3.2.5.jar download
spring-boot-configuration-processor-3.2.5.pom download
spring-boot-configuration-processor-3.2.5-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-configuration-processor</artifactId>
  <version>3.2.5</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-configuration-processor:3.2.5'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-configuration-processor:3.2.5")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-configuration-processor" % "3.2.5"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-configuration-processor', version='3.2.5')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-configuration-processor" rev="3.2.5" />
Leiningen
[org.springframework.boot/spring-boot-configuration-processor "3.2.5"]
Apache Buildr
'org.springframework.boot:spring-boot-configuration-processor:jar:3.2.5'
Dependencies
The project has no third-party dependencies