spring-boot-autoconfigure-processor

spring-boot-autoconfigure-processor

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