Download hystrix-core-1.4.0-rc.8.jar file - Jar h

Jar examples for h:hystrix-core

Description

hystrix-core developed by Netflix

You can download jar file hystrix-core 1.4.0-rc.8 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hystrix-core-1.4.0-rc.8.jar to your project.

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

Download

Click the following link to download the jar file.

hystrix-core-1.4.0-rc.8-javadoc.jar
hystrix-core-1.4.0-rc.8-sources.jar
hystrix-core-1.4.0-rc.8.jar
hystrix-core-1.4.0-rc.8.pom



Related Tutorials