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

compile

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

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

|-- javax.json.bind:javax.json.bind-api:1.0

|-- javax.servlet:javax.servlet-api:4.0.1

|-- javax.transaction:javax.transaction-api:1.3

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

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

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

|-- io.rest-assured:rest-assured:3.1.1

|-- net.sourceforge.htmlunit:htmlunit:2.33

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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