<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-servo-metrics-publisher</artifactId>
<version>1.5.12</version>
</dependency>
libraryDependencies += "com.netflix.hystrix" % "hystrix-servo-metrics-publisher" % "1.5.12"
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-servo-metrics-publisher', version='1.5.12')
)
<dependency org="com.netflix.hystrix" name="hystrix-servo-metrics-publisher" rev="1.5.12" />