Download feign-hystrix-8.18.0.jar file - Jar f

Jar examples for f:feign-hystrix

Description

Feign Hystrix

You can download jar file feign-hystrix 8.18.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add feign-hystrix-8.18.0.jar to your project.

<dependency>
   <groupId>com.netflix.feign</groupId>
   <artifactId>feign-hystrix</artifactId>
   <version>8.18.0</version>
</dependency>
compile group: 'com.netflix.feign', name: 'feign-hystrix', version: '8.18.0'
libraryDependencies += "com.netflix.feign" % "feign-hystrix" % "8.18.0"
<dependency org="com.netflix.feign" name="feign-hystrix" rev="8.18.0"/>
@Grapes(@Grab(group='com.netflix.feign', module='feign-hystrix', version='8.18.0'))
'com.netflix.feign:feign-hystrix:jar:8.18.0'

Download

Click the following link to download the jar file.

feign-hystrix-8.18.0-javadoc.jar
feign-hystrix-8.18.0-sources.jar
feign-hystrix-8.18.0.jar
feign-hystrix-8.18.0.pom



Related Tutorials