License |
License |
---|---|
GroupId | GroupIdorg.springframework.cloud |
ArtifactId | ArtifactIdspring-cloud-stream |
Last Version | Last Version3.2.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-cloud-stream
Messaging Microservices with Spring Integration
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
spring-cloud-stream-3.2.4.pom | |
spring-cloud-stream-3.2.4.jar | 285 KB |
spring-cloud-stream-3.2.4-test-binder.jar | 26 KB |
spring-cloud-stream-3.2.4-sources.jar | 204 KB |
spring-cloud-stream-3.2.4-javadoc.jar | 769 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream/ -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-stream</artifactId>
<version>3.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream/
implementation 'org.springframework.cloud:spring-cloud-stream:3.2.4'
// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream/
implementation ("org.springframework.cloud:spring-cloud-stream:3.2.4")
'org.springframework.cloud:spring-cloud-stream:jar:3.2.4'
<dependency org="org.springframework.cloud" name="spring-cloud-stream" rev="3.2.4">
<artifact name="spring-cloud-stream" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream', version='3.2.4')
)
libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream" % "3.2.4"
[org.springframework.cloud/spring-cloud-stream "3.2.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-actuator Optional | jar | |
org.springframework.boot : spring-boot-starter-validation | jar | |
org.springframework : spring-messaging | jar | |
org.springframework.integration : spring-integration-core | jar | |
org.springframework.integration : spring-integration-jmx | jar | |
org.springframework.retry : spring-retry | jar | |
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.cloud : spring-cloud-function-context | jar | 3.2.5 |
org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.integration : spring-integration-test | jar | |
org.springframework.boot : spring-boot-starter-test | jar | |
org.springframework.integration : spring-integration-http | jar | |
org.springframework.boot : spring-boot-starter-web | jar | |
org.springframework.kafka : spring-kafka | jar | |
org.junit.vintage : junit-vintage-engine | jar |