<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-bus-amqp</artifactId>
<version>1.0.6.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-starter-bus-amqp:1.0.6.RELEASE'
implementation("org.springframework.cloud:spring-cloud-starter-bus-amqp:1.0.6.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-starter-bus-amqp" % "1.0.6.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-starter-bus-amqp', version='1.0.6.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-starter-bus-amqp" rev="1.0.6.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-bus-parent</artifactId> <version>1.0.3.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-starter
|-- org.springframework.cloud:spring-cloud-bus
|-- org.springframework.integration:spring-integration-java-dsl
|-- org.springframework.integration:spring-integration-amqp
|-- org.springframework.integration:spring-integration-event