| License | 
                License | 
        
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
    
| ArtifactId | ArtifactIdspring-cloud-task-stream | 
    
| Last Version | Last Version2.4.3 | 
        
| Release Date | Release Date | 
        
| Type | Typejar | 
    
| Description | 
            DescriptionSpring Cloud Task Stream 
            Allows a Task to be a part of a stream 
         | 
    
| Project Organization | 
                    Project Organization | 
            
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-task-stream/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-task-stream</artifactId>
    <version>2.4.3</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-task-stream/
implementation 'org.springframework.cloud:spring-cloud-task-stream:2.4.3'
                // https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-task-stream/
implementation ("org.springframework.cloud:spring-cloud-task-stream:2.4.3")
                'org.springframework.cloud:spring-cloud-task-stream:jar:2.4.3'
                <dependency org="org.springframework.cloud" name="spring-cloud-task-stream" rev="2.4.3">
  <artifact name="spring-cloud-task-stream" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-task-stream', version='2.4.3')
)
                libraryDependencies += "org.springframework.cloud" % "spring-cloud-task-stream" % "2.4.3"
                [org.springframework.cloud/spring-cloud-task-stream "2.4.3"]
                | Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.batch : spring-batch-core Optional | jar | |
| org.springframework.cloud : spring-cloud-stream Optional | jar | 3.2.4 | 
| org.springframework.cloud : spring-cloud-deployer-spi | jar | |
| org.springframework.cloud : spring-cloud-task-core | jar | |
| org.springframework.cloud : spring-cloud-deployer-resource-support Optional | jar | |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
| org.springframework.boot : spring-boot-autoconfigure-processor Optional | jar | 
| Group / Artifact | Type | Version | 
|---|---|---|
| org.springframework.cloud : spring-cloud-deployer-local Optional | jar | 2.7.4 | 
| org.springframework.boot : spring-boot-starter-test | jar | |
| org.springframework.boot : spring-boot-starter | jar | |
| org.springframework.cloud : spring-cloud-stream-test-support-internal | jar | 3.2.4 | 
| org.springframework.cloud : spring-cloud-starter-stream-rabbit | jar | 3.2.4 | 
| org.springframework.cloud : spring-cloud-stream-test-support | jar | 3.2.4 | 
| org.springframework.cloud : spring-cloud-task-batch | jar | |
| com.h2database : h2 | jar |