| License | 
                License | 
        
|---|---|
| Categories | 
                CategoriesNet Feign HTTP Clients | 
        
| GroupId | GroupIdcom.netflix.feign | 
    
| ArtifactId | ArtifactIdfeign-hystrix | 
    
| Last Version | Last Version8.18.0 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            Descriptionfeign-hystrix 
            feign-hystrix 
         | 
    
| Project URL | 
                    Project URL | 
            
| Filename | Size | 
|---|---|
| feign-hystrix-8.18.0.pom | |
| feign-hystrix-8.18.0.jar | 9 KB | 
| feign-hystrix-8.18.0-sources.jar | 5 KB | 
| feign-hystrix-8.18.0-javadoc.jar | 38 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.netflix.feign/feign-hystrix/ -->
<dependency>
    <groupId>com.netflix.feign</groupId>
    <artifactId>feign-hystrix</artifactId>
    <version>8.18.0</version>
</dependency>
                // https://jarcasting.com/artifacts/com.netflix.feign/feign-hystrix/
implementation 'com.netflix.feign:feign-hystrix:8.18.0'
                // https://jarcasting.com/artifacts/com.netflix.feign/feign-hystrix/
implementation ("com.netflix.feign:feign-hystrix:8.18.0")
                'com.netflix.feign:feign-hystrix:jar:8.18.0'
                <dependency org="com.netflix.feign" name="feign-hystrix" rev="8.18.0">
  <artifact name="feign-hystrix" type="jar" />
</dependency>
                @Grapes(
@Grab(group='com.netflix.feign', module='feign-hystrix', version='8.18.0')
)
                libraryDependencies += "com.netflix.feign" % "feign-hystrix" % "8.18.0"
                [com.netflix.feign/feign-hystrix "8.18.0"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| com.netflix.feign : feign-core | jar | 8.18.0 | 
| com.netflix.hystrix : hystrix-core | jar | 1.4.26 |