Download hystrix-examples-1.5.4.jar file - Jar h

Jar examples for h:hystrix-examples

Description

hystrix-examples developed by Netflix

You can download jar file hystrix-examples 1.5.4 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hystrix-examples-1.5.4.jar to your project.

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

Download

Click the following link to download the jar file.

hystrix-examples-1.5.4-javadoc.jar
hystrix-examples-1.5.4-sources.jar
hystrix-examples-1.5.4.jar
hystrix-examples-1.5.4.pom



Related Tutorials