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