is not current version
Last Version 1.5.18

com.netflix.hystrix:hystrix-javanica 1.4.0-RC2

hystrix-javanica developed by Netflix

Categories

Categories

Net
GroupId

GroupId

com.netflix.hystrix
ArtifactId

ArtifactId

hystrix-javanica
Version

Version

1.4.0-RC2
Type

Type

jar

Download hystrix-javanica 1.4.0-RC2


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