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