Download hystrix-serialization-1.5.7.jar file - Jar h

Jar examples for h:hystrix-serialization

Description

hystrix-serialization

You can download jar file hystrix-serialization 1.5.7 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hystrix-serialization-1.5.7.jar to your project.

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

Download

Click the following link to download the jar file.

hystrix-serialization-1.5.7-javadoc.jar
hystrix-serialization-1.5.7-sources.jar
hystrix-serialization-1.5.7.jar
hystrix-serialization-1.5.7.pom



Related Tutorials