<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>3.0.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream" % "3.0.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream', version='3.0.2.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-stream" rev="3.0.2.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-parent</artifactId> <version>3.0.2.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-actuator
|-- org.springframework.boot:spring-boot-starter-validation
|-- org.springframework:spring-messaging
|-- org.springframework.integration:spring-integration-core
|-- org.springframework.integration:spring-integration-jmx
|-- org.springframework.retry:spring-retry
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.cloud:spring-cloud-function-context
|-- org.springframework.boot:spring-boot-autoconfigure-processor
test
|-- org.springframework.integration:spring-integration-test
|-- org.springframework.boot:spring-boot-starter-test