is not current version
Last Version 2.1.4.RELEASE

org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-splitter 1.3.1.RELEASE

Spring Cloud Stream processor-splitter core

GroupId

GroupId

org.springframework.cloud.stream.app
ArtifactId

ArtifactId

spring-cloud-starter-stream-processor-splitter
Version

Version

1.3.1.RELEASE
Type

Type

jar

Download spring-cloud-starter-stream-processor-splitter 1.3.1.RELEASE


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