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