is not current version
Last Version 1.5.18

com.netflix.hystrix:hystrix-examples 1.4.0-RC5

hystrix-examples developed by Netflix

Categories

Categories

Net
GroupId

GroupId

com.netflix.hystrix
ArtifactId

ArtifactId

hystrix-examples
Version

Version

1.4.0-RC5
Type

Type

jar

Download hystrix-examples 1.4.0-RC5


<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples/ -->
<dependency>
    <groupId>com.netflix.hystrix</groupId>
    <artifactId>hystrix-examples</artifactId>
    <version>1.4.0-RC5</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples/
implementation 'com.netflix.hystrix:hystrix-examples:1.4.0-RC5'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples/
implementation ("com.netflix.hystrix:hystrix-examples:1.4.0-RC5")
'com.netflix.hystrix:hystrix-examples:jar:1.4.0-RC5'
<dependency org="com.netflix.hystrix" name="hystrix-examples" rev="1.4.0-RC5">
  <artifact name="hystrix-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-examples', version='1.4.0-RC5')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-examples" % "1.4.0-RC5"
[com.netflix.hystrix/hystrix-examples "1.4.0-RC5"]