is not current version
Last Version 1.5.18

com.netflix.hystrix:hystrix-core 1.5.0-rc.5

hystrix-core

Categories

Categories

Net
GroupId

GroupId

com.netflix.hystrix
ArtifactId

ArtifactId

hystrix-core
Version

Version

1.5.0-rc.5
Type

Type

jar

Download hystrix-core 1.5.0-rc.5


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