<dependency> <groupId>io.github.openfeign</groupId> <artifactId>feign-hystrix</artifactId> <version>9.3.1</version> </dependency>
implementation 'io.github.openfeign:feign-hystrix:9.3.1'
implementation("io.github.openfeign:feign-hystrix:9.3.1")
libraryDependencies += "io.github.openfeign" % "feign-hystrix" % "9.3.1"
@Grapes( @Grab(group='io.github.openfeign', module='feign-hystrix', version='9.3.1') )
<dependency org="io.github.openfeign" name="feign-hystrix" rev="9.3.1" />
[io.github.openfeign/feign-hystrix "9.3.1"]
'io.github.openfeign:feign-hystrix:jar:9.3.1'
<parent> <groupId>io.github.openfeign</groupId> <artifactId>parent</artifactId> <version>9.3.1</version> </parent>
compile
|-- io.github.openfeign:feign-core
|-- com.netflix.hystrix:hystrix-core:1.4.26
test
|-- io.github.openfeign:feign-gson
|-- com.squareup.okhttp3:mockwebserver