<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-starter-test" % "2.0.3.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starter-test', version='2.0.3.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-starter-test" rev="2.0.3.RELEASE" />
<parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starters</artifactId> <version>2.0.3.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter:2.0.3.RELEASE
|-- org.springframework.boot:spring-boot-test:2.0.3.RELEASE
|-- org.springframework.boot:spring-boot-test-autoconfigure:2.0.3.RELEASE
|-- com.jayway.jsonpath:json-path:2.4.0
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.9.1
|-- org.mockito:mockito-core:2.15.0
|-- org.hamcrest:hamcrest-core:1.3
|-- org.hamcrest:hamcrest-library:1.3
|-- org.skyscreamer:jsonassert:1.5.0
|-- org.springframework:spring-core:5.0.7.RELEASE