| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdcom.netflix.hystrix |
| ArtifactId | ArtifactIdhystrix-examples |
| Version | Version1.3.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| hystrix-examples-1.3.0.pom | |
| hystrix-examples-1.3.0.jar | 49 KB |
| hystrix-examples-1.3.0-sources.jar | 29 KB |
| hystrix-examples-1.3.0-javadoc.jar | 124 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples/ -->
<dependency>
<groupId>com.netflix.hystrix</groupId>
<artifactId>hystrix-examples</artifactId>
<version>1.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples/
implementation 'com.netflix.hystrix:hystrix-examples:1.3.0'
// https://jarcasting.com/artifacts/com.netflix.hystrix/hystrix-examples/
implementation ("com.netflix.hystrix:hystrix-examples:1.3.0")
'com.netflix.hystrix:hystrix-examples:jar:1.3.0'
<dependency org="com.netflix.hystrix" name="hystrix-examples" rev="1.3.0">
<artifact name="hystrix-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.hystrix', module='hystrix-examples', version='1.3.0')
)
libraryDependencies += "com.netflix.hystrix" % "hystrix-examples" % "1.3.0"
[com.netflix.hystrix/hystrix-examples "1.3.0"]