<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-config</artifactId>
<version>2.1.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-config" % "2.1.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-config', version='2.1.8.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-config" rev="2.1.8.RELEASE" />