Download hystrix-javanica-1.4.9.jar file - Jar h

Jar examples for h:hystrix-javanica

Description

hystrix-javanica developed by Netflix

You can download jar file hystrix-javanica 1.4.9 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hystrix-javanica-1.4.9.jar to your project.

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

Download

Click the following link to download the jar file.

hystrix-javanica-1.4.9-javadoc.jar
hystrix-javanica-1.4.9-sources.jar
hystrix-javanica-1.4.9.jar
hystrix-javanica-1.4.9.pom



Related Tutorials