<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-config-server</artifactId>
<version>2.1.9.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-config-server" % "2.1.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-config-server', version='2.1.9.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-config-server" rev="2.1.9.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-config</artifactId> <version>2.1.9.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-jdbc
|-- org.springframework.cloud:spring-cloud-config-client
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.security:spring-security-crypto
|-- org.springframework.security:spring-security-rsa
|-- org.springframework.credhub:spring-credhub-core
|-- org.eclipse.jgit:org.eclipse.jgit
|-- org.eclipse.jgit:org.eclipse.jgit.http.apache
|-- org.tmatesoft.svnkit:svnkit
|-- com.amazonaws:aws-java-sdk-core
|-- org.springframework.boot:spring-boot-autoconfigure-processor
test
|-- org.springframework.boot:spring-boot-starter-test