<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit</artifactId>
<version>3.0.7.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-stream-binder-rabbit:3.0.7.RELEASE'
implementation("org.springframework.cloud:spring-cloud-stream-binder-rabbit:3.0.7.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-binder-rabbit" % "3.0.7.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream-binder-rabbit', version='3.0.7.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-stream-binder-rabbit" rev="3.0.7.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-binder-rabbit-parent</artifactId> <version>3.0.7.RELEASE</version> </parent>
compile
|-- org.springframework.cloud:spring-cloud-stream-binder-rabbit-core
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.cloud:spring-cloud-stream
|-- org.springframework.boot:spring-boot-autoconfigure
|-- org.springframework.cloud:spring-cloud-connectors-core:2.0.7.RELEASE
|-- org.springframework.boot:spring-boot-starter-amqp
|-- org.springframework.integration:spring-integration-jmx
|-- org.apache.httpcomponents:httpclient:4.5.6
provided
|-- org.springframework.cloud:spring-cloud-spring-service-connector:2.0.7.RELEASE
test
|-- org.springframework.integration:spring-integration-test
|-- org.springframework.cloud:spring-cloud-stream-binder-test
|-- org.springframework.cloud:spring-cloud-stream-test-support-internal
|-- org.springframework.cloud:spring-cloud-stream-binder-rabbit-test-support