is not current version
Last Version 3.2.4

org.springframework.cloud:spring-cloud-stream-test-support-internal 3.0.1.RELEASE

Set of classes and utility code that may assist in testing both spring-cloud-stream itself, and also modules.

GroupId

GroupId

org.springframework.cloud
ArtifactId

ArtifactId

spring-cloud-stream-test-support-internal
Version

Version

3.0.1.RELEASE
Type

Type

jar

Download spring-cloud-stream-test-support-internal 3.0.1.RELEASE


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