is not current version
Last Version 2.1.4.RELEASE

org.springframework.cloud.stream.app:spring-cloud-starter-stream-processor-tcp-client 1.0.4.RELEASE

Spring Cloud Stream tcp client processor

Categories

Categories

CLI User Interface
GroupId

GroupId

org.springframework.cloud.stream.app
ArtifactId

ArtifactId

spring-cloud-starter-stream-processor-tcp-client
Version

Version

1.0.4.RELEASE
Type

Type

jar

Download spring-cloud-starter-stream-processor-tcp-client 1.0.4.RELEASE


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