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