is not current version
Last Version 1.5.18

com.netflix.hystrix:hystrix-core 1.2.0

hystrix-core developed by Netflix

Categories

Categories

Net
GroupId

GroupId

com.netflix.hystrix
ArtifactId

ArtifactId

hystrix-core
Version

Version

1.2.0
Type

Type

jar

Download hystrix-core 1.2.0


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