is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-test-autoconfigure 1.4.6.RELEASE

Spring Boot Test Auto-Configure

Categories

Categories

Spring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-test-autoconfigure
Version

Version

1.4.6.RELEASE
Type

Type

jar

Download spring-boot-test-autoconfigure 1.4.6.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-test-autoconfigure/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-test-autoconfigure</artifactId>
    <version>1.4.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-test-autoconfigure/
implementation 'org.springframework.boot:spring-boot-test-autoconfigure:1.4.6.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-test-autoconfigure/
implementation ("org.springframework.boot:spring-boot-test-autoconfigure:1.4.6.RELEASE")
'org.springframework.boot:spring-boot-test-autoconfigure:jar:1.4.6.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-test-autoconfigure" rev="1.4.6.RELEASE">
  <artifact name="spring-boot-test-autoconfigure" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-test-autoconfigure', version='1.4.6.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-test-autoconfigure" % "1.4.6.RELEASE"
[org.springframework.boot/spring-boot-test-autoconfigure "1.4.6.RELEASE"]