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