is not current version
Last Version 2.7.1

org.springframework.boot:spring-boot-starter-test 2.1.5.RELEASE

Starter for testing Spring Boot applications with libraries including JUnit, Hamcrest and Mockito

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starter-test
Version

Version

2.1.5.RELEASE
Type

Type

jar

Download spring-boot-starter-test 2.1.5.RELEASE


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