is not current version
Last Version 1.5.18

com.netflix.hystrix:hystrix-examples-webapp 1.5.3-rc.2

hystrix-examples-webapp

Categories

Categories

Net
GroupId

GroupId

com.netflix.hystrix
ArtifactId

ArtifactId

hystrix-examples-webapp
Version

Version

1.5.3-rc.2
Type

Type

war

Download hystrix-examples-webapp 1.5.3-rc.2


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