<dependency>
<groupId>org.springframework.integration</groupId>
<artifactId>spring-integration-stream</artifactId>
<version>4.3.9.RELEASE</version>
</dependency>
implementation 'org.springframework.integration:spring-integration-stream:4.3.9.RELEASE'
implementation("org.springframework.integration:spring-integration-stream:4.3.9.RELEASE")
libraryDependencies += "org.springframework.integration" % "spring-integration-stream" % "4.3.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.integration', module='spring-integration-stream', version='4.3.9.RELEASE')
)
<dependency org="org.springframework.integration" name="spring-integration-stream" rev="4.3.9.RELEASE" />