Files download
File Operation
spring-boot-test-autoconfigure-2.2.1.RELEASE.jar download
spring-boot-test-autoconfigure-2.2.1.RELEASE.pom download
spring-boot-test-autoconfigure-2.2.1.RELEASE-sources.jar download
Apache Maven
<dependency>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-test-autoconfigure</artifactId>
  <version>2.2.1.RELEASE</version>
</dependency>
Gradle Groovy
implementation 'org.springframework.boot:spring-boot-test-autoconfigure:2.2.1.RELEASE'
Gradle Kotlin
implementation("org.springframework.boot:spring-boot-test-autoconfigure:2.2.1.RELEASE")
Scala SBT
libraryDependencies += "org.springframework.boot" % "spring-boot-test-autoconfigure" % "2.2.1.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='org.springframework.boot', module='spring-boot-test-autoconfigure', version='2.2.1.RELEASE')
)
Apache Ivy
<dependency org="org.springframework.boot" name="spring-boot-test-autoconfigure" rev="2.2.1.RELEASE" />
Leiningen
[org.springframework.boot/spring-boot-test-autoconfigure "2.2.1.RELEASE"]
Apache Buildr
'org.springframework.boot:spring-boot-test-autoconfigure:jar:2.2.1.RELEASE'
Dependencies
<parent>
  <groupId>org.springframework.boot</groupId>
  <artifactId>spring-boot-parent</artifactId>
  <version>2.2.1.RELEASE</version>
</parent>

compile

|-- org.springframework.boot:spring-boot-test:2.2.1.RELEASE

|-- org.springframework.boot:spring-boot-autoconfigure:2.2.1.RELEASE

|-- com.fasterxml.jackson.core:jackson-databind:2.10.0

|-- com.google.code.gson:gson:2.8.6

|-- com.jayway.jsonpath:json-path:2.4.0

|-- io.rest-assured:rest-assured:3.3.0

|-- jakarta.json.bind:jakarta.json.bind-api:1.0.2

|-- jakarta.persistence:jakarta.persistence-api:2.2.3

|-- jakarta.servlet:jakarta.servlet-api:4.0.3

|-- jakarta.transaction:jakarta.transaction-api:1.3.3

|-- net.sourceforge.htmlunit:htmlunit:2.36.0

|-- org.hibernate:hibernate-core:5.4.8.Final

|-- org.junit.jupiter:junit-jupiter-api:5.5.2

|-- org.seleniumhq.selenium:htmlunit-driver:2.36.0

|-- org.seleniumhq.selenium:selenium-api:3.141.59

|-- org.springframework:spring-orm:5.2.1.RELEASE

|-- org.springframework:spring-test:5.2.1.RELEASE

|-- org.springframework:spring-web:5.2.1.RELEASE

|-- org.springframework:spring-webmvc:5.2.1.RELEASE

|-- org.springframework:spring-webflux:5.2.1.RELEASE

|-- org.springframework.data:spring-data-jdbc:1.1.1.RELEASE

|-- org.springframework.data:spring-data-jpa:2.2.1.RELEASE

|-- org.springframework.data:spring-data-ldap:2.2.1.RELEASE

|-- org.springframework.data:spring-data-mongodb:2.2.1.RELEASE

|-- org.springframework.data:spring-data-neo4j:5.2.1.RELEASE

|-- org.springframework.data:spring-data-redis:2.2.1.RELEASE

|-- org.springframework.restdocs:spring-restdocs-mockmvc:2.0.4.RELEASE

|-- org.springframework.restdocs:spring-restdocs-restassured:2.0.4.RELEASE

|-- org.springframework.restdocs:spring-restdocs-webtestclient:2.0.4.RELEASE

|-- org.springframework.security:spring-security-config:5.2.1.RELEASE

|-- org.springframework.security:spring-security-test:5.2.1.RELEASE

|-- org.apache.tomcat.embed:tomcat-embed-core:9.0.27

|-- org.mongodb:mongodb-driver-async:3.11.2

|-- org.mongodb:mongodb-driver-reactivestreams:1.12.0