Group Id org.springframework.boot
Artifact Id spring-boot-starter-test
Version 2.7.1
Packaging jar
URL -
Badge
Last Updated 2022-06-23T04:38:41+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-starter-test</artifactId>
    <version>2.7.1</version>
</dependency>
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.7.1'
implementation 'org.springframework.boot:spring-boot-starter-test:2.7.1'
implementation("org.springframework.boot:spring-boot-starter-test:2.7.1")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-test" % "2.7.1"
<dependency org="org.springframework.boot" name="spring-boot-starter-test" rev="2.7.1"/>
@Grapes(
    @Grab(group='org.springframework.boot', module='spring-boot-starter-test', version='2.7.1')
)
[org.springframework.boot/spring-boot-starter-test "2.7.1"]
'org.springframework.boot:spring-boot-starter-test:2.7.1'