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