<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-instrument</artifactId>
<version>5.0.7.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-instrument', version='5.0.7.RELEASE')
)