is not current version
Last Version 1.5.18

com.netflix.hystrix:hystrix-core 1.2.6

hystrix-core developed by Netflix

Categories

Categories

Net
GroupId

GroupId

com.netflix.hystrix
ArtifactId

ArtifactId

hystrix-core
Version

Version

1.2.6
Type

Type

jar

Download hystrix-core 1.2.6


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