<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<version>2.2.6.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-config-server" % "2.2.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-config-server', version='2.2.6.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-config-server" rev="2.2.6.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config</artifactId> <version>2.2.6.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-jdbc:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-data-redis:2.3.2.RELEASE
|-- org.springframework.cloud:spring-cloud-config-client:2.2.6.RELEASE
|-- org.springframework.boot:spring-boot-starter-actuator:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-web:2.3.2.RELEASE
|-- org.springframework.boot:spring-boot-starter-validation:2.3.2.RELEASE
|-- org.springframework.security:spring-security-crypto:5.3.3.RELEASE
|-- org.springframework.security:spring-security-rsa:1.0.9.RELEASE
|-- org.springframework.vault:spring-vault-core:2.2.0.RELEASE
|-- org.springframework.credhub:spring-credhub-core:2.0.0.RELEASE
|-- org.eclipse.jgit:org.eclipse.jgit:5.1.3.201810200350-r
|-- org.eclipse.jgit:org.eclipse.jgit.http.apache:5.1.3.201810200350-r
|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.11.1
|-- org.tmatesoft.svnkit:svnkit:1.8.12
|-- com.amazonaws:aws-java-sdk-core:1.11.52
|-- com.amazonaws:aws-java-sdk-s3:1.11.52
|-- org.springframework.boot:spring-boot-autoconfigure-processor:2.3.2.RELEASE
|-- com.google.apis:google-api-services-iam:v1-rev20191010-1.30.3