<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-test</artifactId>
<version>2.3.4.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-test', version='2.3.4.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-test" rev="2.3.4.RELEASE" />