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