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