Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.hystrix |
ArtifactId | ArtifactIdhystrix-examples-webapp |
Version | Version1.4.0-RC6 |
Type | Typewar |
Filename | Size |
---|---|
hystrix-examples-webapp-1.4.0-RC6.pom | |
hystrix-examples-webapp-1.4.0-RC6.war | 2 MB |
hystrix-examples-webapp-1.4.0-RC6-sources.jar | 261 bytes |
hystrix-examples-webapp-1.4.0-RC6-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples-webapp/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-examples-webapp</artifactId>
<version>1.4.0-RC6</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples-webapp/
implementation 'com.netflix.hystrix:hystrix-examples-webapp:1.4.0-RC6'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples-webapp/
implementation ("com.netflix.hystrix:hystrix-examples-webapp:1.4.0-RC6")
'com.netflix.hystrix:hystrix-examples-webapp:war:1.4.0-RC6'
<dependency org="com.netflix.hystrix" name="hystrix-examples-webapp" rev="1.4.0-RC6">
<artifact name="hystrix-examples-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-examples-webapp', version='1.4.0-RC6')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-examples-webapp" % "1.4.0-RC6"
[com.netflix.hystrix/hystrix-examples-webapp "1.4.0-RC6"]