<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-client</artifactId>
<version>2.2.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-config-client" % "2.2.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-config-client', version='2.2.2.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-config-client" rev="2.2.2.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config</artifactId> <version>2.2.2.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:2.2.5.RELEASE
|-- org.springframework.boot:spring-boot-autoconfigure:2.2.5.RELEASE
|-- org.springframework.boot:spring-boot-starter-logging:2.2.5.RELEASE
|-- org.springframework.cloud:spring-cloud-commons:2.2.2.RELEASE
|-- org.springframework.cloud:spring-cloud-context:2.2.2.RELEASE
|-- org.springframework:spring-web:5.2.4.RELEASE
|-- com.fasterxml.jackson.core:jackson-annotations:2.10.2
|-- org.springframework.retry:spring-retry:1.2.5.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.2.5.RELEASE
|-- org.springframework.boot:spring-boot-starter-aop:2.2.5.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.10.2
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.2.5.RELEASE