| License |
License |
|---|---|
| Categories |
CategoriesFeign Net HTTP Clients |
| GroupId | GroupIdio.github.openfeign |
| ArtifactId | ArtifactIdfeign-hystrix |
| Last Version | Last Version11.9 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFeign Hystrix
Feign Hystrix
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| feign-hystrix-11.9.pom | |
| feign-hystrix-11.9.jar | 17 KB |
| feign-hystrix-11.9-sources.jar | 12 KB |
| feign-hystrix-11.9-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.openfeign/feign-hystrix/ -->
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-hystrix</artifactId>
<version>11.9</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.openfeign/feign-hystrix/
implementation 'io.github.openfeign:feign-hystrix:11.9'
// https://jarcasting.com/artifacts/io.github.openfeign/feign-hystrix/
implementation ("io.github.openfeign:feign-hystrix:11.9")
'io.github.openfeign:feign-hystrix:jar:11.9'
<dependency org="io.github.openfeign" name="feign-hystrix" rev="11.9">
<artifact name="feign-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.openfeign', module='feign-hystrix', version='11.9')
)
libraryDependencies += "io.github.openfeign" % "feign-hystrix" % "11.9"
[io.github.openfeign/feign-hystrix "11.9"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.github.openfeign : feign-core | jar | 11.9 |
| com.netflix.hystrix : hystrix-core | jar | 1.5.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.netflix.archaius : archaius-core | jar | 0.7.7 |
| io.github.openfeign : feign-core | test-jar | 11.9 |
| io.github.openfeign : feign-gson | jar | 11.9 |
| com.squareup.okhttp3 : mockwebserver | jar | |
| junit : junit | jar | 4.13.2 |
| org.assertj : assertj-core | jar | 3.21.0 |