File | Operation |
---|---|
spring-cloud-build-1.1.2.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId>
<version>1.1.2.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-build" % "1.1.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-build', version='1.1.2.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-build" rev="1.1.2.RELEASE" />