| Categories | 
                CategoriesORM Data | 
        
|---|---|
| GroupId | GroupIdorg.springframework.cloud.stream.app | 
    
| ArtifactId | ArtifactIdspring-cloud-starter-stream-processor-tasklaunchrequest-transform | 
    
| Version | Version1.3.0.RELEASE | 
        
| Type | Typejar | 
    
<!-- https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-tasklaunchrequest-transform/ -->
<dependency>
    <groupId>org.springframework.cloud.stream.app</groupId>
    <artifactId>spring-cloud-starter-stream-processor-tasklaunchrequest-transform</artifactId>
    <version>1.3.0.RELEASE</version>
</dependency>
                // https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-tasklaunchrequest-transform/
implementation 'org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-tasklaunchrequest-transform:1.3.0.RELEASE'
                // https://jarcasting.com/artifacts/org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-tasklaunchrequest-transform/
implementation ("org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-tasklaunchrequest-transform:1.3.0.RELEASE")
                'org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-tasklaunchrequest-transform:jar:1.3.0.RELEASE'
                <dependency org="org.springframework.cloud.stream.app" name="spring-cloud-starter-stream-processor-tasklaunchrequest-transform" rev="1.3.0.RELEASE">
  <artifact name="spring-cloud-starter-stream-processor-tasklaunchrequest-transform" type="jar" />
</dependency>
                @Grapes(
@Grab(group='org.springframework.cloud.stream.app', module='spring-cloud-starter-stream-processor-tasklaunchrequest-transform', version='1.3.0.RELEASE')
)
                libraryDependencies += "org.springframework.cloud.stream.app" % "spring-cloud-starter-stream-processor-tasklaunchrequest-transform" % "1.3.0.RELEASE"
                [org.springframework.cloud.stream.app/spring-cloud-starter-stream-processor-tasklaunchrequest-transform "1.3.0.RELEASE"]