<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-core</artifactId>
<version>1.5.3-rc.2</version>
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-core', version='1.5.3-rc.2')
)