Categories |
CategoriesNet Metrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.netflix.hystrix |
ArtifactId | ArtifactIdhystrix-yammer-metrics-publisher |
Version | Version1.1.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-yammer-metrics-publisher/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-yammer-metrics-publisher</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-yammer-metrics-publisher/
implementation 'com.netflix.hystrix:hystrix-yammer-metrics-publisher:1.1.3'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-yammer-metrics-publisher/
implementation ("com.netflix.hystrix:hystrix-yammer-metrics-publisher:1.1.3")
'com.netflix.hystrix:hystrix-yammer-metrics-publisher:jar:1.1.3'
<dependency org="com.netflix.hystrix" name="hystrix-yammer-metrics-publisher" rev="1.1.3">
<artifact name="hystrix-yammer-metrics-publisher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-yammer-metrics-publisher', version='1.1.3')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-yammer-metrics-publisher" % "1.1.3"
[com.netflix.hystrix/hystrix-yammer-metrics-publisher "1.1.3"]