文件下载
文件名 操作
hystrix-servo-metrics-publisher-1.4.20.jar 下载
hystrix-servo-metrics-publisher-1.4.20.pom 下载
hystrix-servo-metrics-publisher-1.4.20-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.netflix.hystrix</groupId>
  <artifactId>hystrix-servo-metrics-publisher</artifactId>
  <version>1.4.20</version>
</dependency>
Gradle Groovy
implementation 'com.netflix.hystrix:hystrix-servo-metrics-publisher:1.4.20'
Gradle Kotlin
implementation("com.netflix.hystrix:hystrix-servo-metrics-publisher:1.4.20")
Scala SBT
libraryDependencies += "com.netflix.hystrix" % "hystrix-servo-metrics-publisher" % "1.4.20"
Groovy Grape
@Grapes(
  @Grab(group='com.netflix.hystrix', module='hystrix-servo-metrics-publisher', version='1.4.20')
)
Apache Ivy
<dependency org="com.netflix.hystrix" name="hystrix-servo-metrics-publisher" rev="1.4.20" />
Leiningen
[com.netflix.hystrix/hystrix-servo-metrics-publisher "1.4.20"]
Apache Buildr
'com.netflix.hystrix:hystrix-servo-metrics-publisher:jar:1.4.20'