Group Id org.springframework.boot
Artifact Id spring-boot-starter-test
Version 2.4.12
Packaging jar
URL -
Badge
Last Updated 2021-10-21T03:17:24+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.4.12</version>
</dependency>
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-test', version: '2.4.12'
implementation 'org.springframework.boot:spring-boot-starter-test:2.4.12'
implementation("org.springframework.boot:spring-boot-starter-test:2.4.12")
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-test" % "2.4.12"
<dependency org="org.springframework.boot" name="spring-boot-starter-test" rev="2.4.12"/>
@Grapes(
    @Grab(group='org.springframework.boot', module='spring-boot-starter-test', version='2.4.12')
)
[org.springframework.boot/spring-boot-starter-test "2.4.12"]
'org.springframework.boot:spring-boot-starter-test:2.4.12'