is not current version
Last Version 3.2.4

org.springframework.cloud:spring-cloud-stream-test-support 3.0.13.RELEASE

A set of classes to ease testing of Spring Cloud Stream modules.

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-stream-test-support
Version

Version

3.0.13.RELEASE
Type

Type

jar

Download spring-cloud-stream-test-support 3.0.13.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-test-support/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-stream-test-support</artifactId>
    <version>3.0.13.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-test-support/
implementation 'org.springframework.cloud:spring-cloud-stream-test-support:3.0.13.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-test-support/
implementation ("org.springframework.cloud:spring-cloud-stream-test-support:3.0.13.RELEASE")
'org.springframework.cloud:spring-cloud-stream-test-support:jar:3.0.13.RELEASE'
<dependency org="org.springframework.cloud" name="spring-cloud-stream-test-support" rev="3.0.13.RELEASE">
  <artifact name="spring-cloud-stream-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream-test-support', version='3.0.13.RELEASE')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-test-support" % "3.0.13.RELEASE"
[org.springframework.cloud/spring-cloud-stream-test-support "3.0.13.RELEASE"]