<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-test-support</artifactId>
<version>3.0.10.RELEASE</version>
</dependency>
implementation 'org.springframework.cloud:spring-cloud-stream-test-support:3.0.10.RELEASE'
implementation("org.springframework.cloud:spring-cloud-stream-test-support:3.0.10.RELEASE")
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-test-support" % "3.0.10.RELEASE"
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream-test-support', version='3.0.10.RELEASE')
)
<dependency org="org.springframework.cloud" name="spring-cloud-stream-test-support" rev="3.0.10.RELEASE" />
<parent> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-stream-parent</artifactId> <version>3.0.10.RELEASE</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-test
|-- org.springframework.cloud:spring-cloud-stream