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