License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-netflix-hystrix |
Last Version | Last Version2.2.10.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Netflix Hystrix
Spring Cloud Netflix Hystrix
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix-hystrix/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-netflix-hystrix</artifactId>
<version>2.2.10.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix-hystrix/
implementation 'org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.10.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-netflix-hystrix/
implementation ("org.springframework.cloud:spring-cloud-netflix-hystrix:2.2.10.RELEASE")
'org.springframework.cloud:spring-cloud-netflix-hystrix:jar:2.2.10.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-netflix-hystrix" rev="2.2.10.RELEASE">
<artifact name="spring-cloud-netflix-hystrix" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-netflix-hystrix', version='2.2.10.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-netflix-hystrix" % "2.2.10.RELEASE"
[org.springframework.cloud/spring-cloud-netflix-hystrix "2.2.10.RELEASE"]