is not current version
Last Version 3.2.4

org.springframework.cloud:spring-cloud-stream-test-support 3.1.2

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.1.2
Type

Type

jar

Download spring-cloud-stream-test-support 3.1.2


<!-- 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.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-test-support/
implementation 'org.springframework.cloud:spring-cloud-stream-test-support:3.1.2'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-test-support/
implementation ("org.springframework.cloud:spring-cloud-stream-test-support:3.1.2")
'org.springframework.cloud:spring-cloud-stream-test-support:jar:3.1.2'
<dependency org="org.springframework.cloud" name="spring-cloud-stream-test-support" rev="3.1.2">
  <artifact name="spring-cloud-stream-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream-test-support', version='3.1.2')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-test-support" % "3.1.2"
[org.springframework.cloud/spring-cloud-stream-test-support "3.1.2"]