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