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