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