文件下载
文件名 操作
spring-boot-autoconfigure-3.1.1.jar 下载
spring-boot-autoconfigure-3.1.1.pom 下载
spring-boot-autoconfigure-3.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-autoconfigure</artifactId>
  <version>3.1.1</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-autoconfigure:3.1.1'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-autoconfigure:3.1.1")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-autoconfigure" % "3.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-autoconfigure', version='3.1.1')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-autoconfigure" rev="3.1.1" />
Leiningen
[org.springframework.boot/spring-boot-autoconfigure "3.1.1"]
Apache Buildr
'org.springframework.boot:spring-boot-autoconfigure:jar:3.1.1'