Download hystrix-metrics-event-stream-1.2.0.jar file - Jar h

Jar examples for h:hystrix-metrics-event-stream

Description

hystrix-metrics-event-stream developed by Netflix

You can download jar file hystrix-metrics-event-stream 1.2.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add hystrix-metrics-event-stream-1.2.0.jar to your project.

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

Download

Click the following link to download the jar file.

hystrix-metrics-event-stream-1.2.0-javadoc.jar
hystrix-metrics-event-stream-1.2.0-sources.jar
hystrix-metrics-event-stream-1.2.0.jar
hystrix-metrics-event-stream-1.2.0.pom



Related Tutorials