License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-stream-binder-rabbit-test-support |
Version | Version3.1.3 |
Type | Typejar |
Description |
DescriptionRabbit related test classes
|
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-binder-rabbit-test-support/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream-binder-rabbit-test-support</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-binder-rabbit-test-support/
implementation 'org.springframework.cloud:spring-cloud-stream-binder-rabbit-test-support:3.1.3'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-binder-rabbit-test-support/
implementation ("org.springframework.cloud:spring-cloud-stream-binder-rabbit-test-support:3.1.3")
'org.springframework.cloud:spring-cloud-stream-binder-rabbit-test-support:jar:3.1.3'
<dependency org="org.springframework.cloud" name="spring-cloud-stream-binder-rabbit-test-support" rev="3.1.3">
<artifact name="spring-cloud-stream-binder-rabbit-test-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream-binder-rabbit-test-support', version='3.1.3')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-binder-rabbit-test-support" % "3.1.3"
[org.springframework.cloud/spring-cloud-stream-binder-rabbit-test-support "3.1.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | |
org.springframework.cloud : spring-cloud-stream-test-support-internal | jar | 3.1.3 |
org.springframework.boot : spring-boot-starter-logging | jar | |
org.springframework.boot : spring-boot-starter-amqp Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.junit.vintage : junit-vintage-engine | jar |