Files download
File Operation
hystrix-rx-netty-metrics-stream-1.4.0.jar download
hystrix-rx-netty-metrics-stream-1.4.0.pom download
hystrix-rx-netty-metrics-stream-1.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.netflix.hystrix</groupId>
  <artifactId>hystrix-rx-netty-metrics-stream</artifactId>
  <version>1.4.0</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.hystrix:hystrix-rx-netty-metrics-stream:1.4.0'
Gradle Kotlin
implementation("com.netflix.hystrix:hystrix-rx-netty-metrics-stream:1.4.0")
Scala SBT
libraryDependencies += "com.netflix.hystrix" % "hystrix-rx-netty-metrics-stream" % "1.4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.hystrix', module='hystrix-rx-netty-metrics-stream', version='1.4.0')
)
Apache Ivy
<dependency org="com.netflix.hystrix" name="hystrix-rx-netty-metrics-stream" rev="1.4.0" />
Leiningen
[com.netflix.hystrix/hystrix-rx-netty-metrics-stream "1.4.0"]
Apache Buildr
'com.netflix.hystrix:hystrix-rx-netty-metrics-stream:jar:1.4.0'