Categories |
CategoriesNet Metrics Application Testing & Monitoring Monitoring Netty Networking |
---|---|
GroupId | GroupIdcom.netflix.hystrix |
ArtifactId | ArtifactIdhystrix-rx-netty-metrics-stream |
Version | Version1.4.2 |
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.2</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.2'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-rx-netty-metrics-stream/
implementation ("com.netflix.hystrix:hystrix-rx-netty-metrics-stream:1.4.2")
'com.netflix.hystrix:hystrix-rx-netty-metrics-stream:jar:1.4.2'
<dependency org="com.netflix.hystrix" name="hystrix-rx-netty-metrics-stream" rev="1.4.2">
<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.2')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-rx-netty-metrics-stream" % "1.4.2"
[com.netflix.hystrix/hystrix-rx-netty-metrics-stream "1.4.2"]