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

Jar examples for h:hystrix-javanica

Description

hystrix-javanica developed by Netflix

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

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials