is not current version
Last Version 8.18.0

com.netflix.feign:feign-hystrix 8.9.2

feign-hystrix

Categories

Categories

Net Feign HTTP Clients
GroupId

GroupId

com.netflix.feign
ArtifactId

ArtifactId

feign-hystrix
Version

Version

8.9.2
Type

Type

jar

Download feign-hystrix 8.9.2


<!-- https://jarcasting.com/artifacts/com.netflix.feign/feign-hystrix/ -->
<dependency>
    <groupId>com.netflix.feign</groupId>
    <artifactId>feign-hystrix</artifactId>
    <version>8.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.feign/feign-hystrix/
implementation 'com.netflix.feign:feign-hystrix:8.9.2'
// https://jarcasting.com/artifacts/com.netflix.feign/feign-hystrix/
implementation ("com.netflix.feign:feign-hystrix:8.9.2")
'com.netflix.feign:feign-hystrix:jar:8.9.2'
<dependency org="com.netflix.feign" name="feign-hystrix" rev="8.9.2">
  <artifact name="feign-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.feign', module='feign-hystrix', version='8.9.2')
)
libraryDependencies += "com.netflix.feign" % "feign-hystrix" % "8.9.2"
[com.netflix.feign/feign-hystrix "8.9.2"]