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