| Categories | CategoriesSpring Boot Container Microservices Auto Application Layer Libs Code Generators config Configuration | 
|---|---|
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-test-autoconfigure | 
| Version | Version2.0.3.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-test-autoconfigure/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-test-autoconfigure</artifactId>
    <version>2.0.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-test-autoconfigure/
implementation 'org.springframework.boot:spring-boot-test-autoconfigure:2.0.3.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-test-autoconfigure/
implementation ("org.springframework.boot:spring-boot-test-autoconfigure:2.0.3.RELEASE")'org.springframework.boot:spring-boot-test-autoconfigure:jar:2.0.3.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-test-autoconfigure" rev="2.0.3.RELEASE">
  <artifact name="spring-boot-test-autoconfigure" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-test-autoconfigure', version='2.0.3.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-test-autoconfigure" % "2.0.3.RELEASE"[org.springframework.boot/spring-boot-test-autoconfigure "2.0.3.RELEASE"]