| Categories | CategoriesReact User Interface Web Frameworks | 
|---|---|
| GroupId | GroupIdorg.springframework.cloud | 
| ArtifactId | ArtifactIdspring-cloud-stream-reactive | 
| Version | Version2.0.0.RELEASE | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-reactive/ -->
<dependency>
    <groupId>org.springframework.cloud</groupId>
    <artifactId>spring-cloud-stream-reactive</artifactId>
    <version>2.0.0.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-reactive/
implementation 'org.springframework.cloud:spring-cloud-stream-reactive:2.0.0.RELEASE'// https://jarcasting.com/artifacts/org.springframework.cloud/spring-cloud-stream-reactive/
implementation ("org.springframework.cloud:spring-cloud-stream-reactive:2.0.0.RELEASE")'org.springframework.cloud:spring-cloud-stream-reactive:jar:2.0.0.RELEASE'<dependency org="org.springframework.cloud" name="spring-cloud-stream-reactive" rev="2.0.0.RELEASE">
  <artifact name="spring-cloud-stream-reactive" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework.cloud', module='spring-cloud-stream-reactive', version='2.0.0.RELEASE')
)libraryDependencies += "org.springframework.cloud" % "spring-cloud-stream-reactive" % "2.0.0.RELEASE"[org.springframework.cloud/spring-cloud-stream-reactive "2.0.0.RELEASE"]