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