Group Id org.springframework.boot
Artifact Id spring-boot-starter-test
Version 2.7.5
Packaging jar
URL -
Badge
Last Updated 2022-10-20T05:26:31+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.5</version>
</dependency>
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.7.5'
implementation 'org.springframework.boot:spring-boot-starter-test:2.7.5'
implementation("org.springframework.boot:spring-boot-starter-test:2.7.5")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-test" % "2.7.5"
<dependency org="org.springframework.boot" name="spring-boot-starter-test" rev="2.7.5"/>
@Grapes(
    @Grab(group='org.springframework.boot', module='spring-boot-starter-test', version='2.7.5')
)
[org.springframework.boot/spring-boot-starter-test "2.7.5"]
'org.springframework.boot:spring-boot-starter-test:2.7.5'