is not current version
Last Version 1.5.18

com.netflix.hystrix:hystrix-metrics-event-stream 1.5.0-rc.1

hystrix-metrics-event-stream

Categories

Categories

Net Metrics Application Testing & Monitoring Monitoring
GroupId

GroupId

com.netflix.hystrix
ArtifactId

ArtifactId

hystrix-metrics-event-stream
Version

Version

1.5.0-rc.1
Type

Type

jar

Download hystrix-metrics-event-stream 1.5.0-rc.1


<!-- 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.5.0-rc.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-metrics-event-stream/
implementation 'com.netflix.hystrix:hystrix-metrics-event-stream:1.5.0-rc.1'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-metrics-event-stream/
implementation ("com.netflix.hystrix:hystrix-metrics-event-stream:1.5.0-rc.1")
'com.netflix.hystrix:hystrix-metrics-event-stream:jar:1.5.0-rc.1'
<dependency org="com.netflix.hystrix" name="hystrix-metrics-event-stream" rev="1.5.0-rc.1">
  <artifact name="hystrix-metrics-event-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-metrics-event-stream', version='1.5.0-rc.1')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-metrics-event-stream" % "1.5.0-rc.1"
[com.netflix.hystrix/hystrix-metrics-event-stream "1.5.0-rc.1"]