License |
License |
---|---|
Categories |
CategoriesCLI User Interface config Application Layer Libs Configuration |
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-config-client |
Last Version | Last Version3.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Cloud Config Client
This project is a Spring configuration client.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-config-client/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-client</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-config-client/
implementation 'org.springframework.cloud:spring-cloud-config-client:3.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-config-client/
implementation ("org.springframework.cloud:spring-cloud-config-client:3.1.3")
'org.springframework.cloud:spring-cloud-config-client:jar:3.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-config-client" rev="3.1.3">
<artifact name="spring-cloud-config-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-config-client', version='3.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-config-client" % "3.1.3"
[org.springframework.cloud/spring-cloud-config-client "3.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.6.8 |
org.springframework.boot : spring-boot-autoconfigure | jar | 2.6.8 |
org.springframework.boot : spring-boot-starter-logging Optional | jar | 2.6.8 |
org.springframework.cloud : spring-cloud-commons | jar | 3.1.3 |
org.springframework.cloud : spring-cloud-context | jar | 3.1.3 |
org.springframework : spring-web | jar | 5.3.20 |
com.fasterxml.jackson.core : jackson-annotations | jar | 2.13.3 |
org.springframework.retry : spring-retry Optional | jar | 1.3.3 |
org.springframework.boot : spring-boot-starter-actuator Optional | jar | 2.6.8 |
org.springframework.boot : spring-boot-starter-aop Optional | jar | 2.6.8 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
org.apache.httpcomponents : httpclient | jar | 4.5.13 |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 2.6.8 |