is not current version
Last Version 2.19.5

org.apache.camel:camel-example-reactive-streams 2.19.3

An example that shows how Camel can exchange data using reactive streams with Spring Boot reactor

Categories

Categories

React User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries
GroupId

GroupId

org.apache.camel
ArtifactId

ArtifactId

camel-example-reactive-streams
Version

Version

2.19.3
Type

Type

jar

Download camel-example-reactive-streams 2.19.3


<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/ -->
<dependency>
    <groupId>org.apache.camel</groupId>
    <artifactId>camel-example-reactive-streams</artifactId>
    <version>2.19.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/
implementation 'org.apache.camel:camel-example-reactive-streams:2.19.3'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/
implementation ("org.apache.camel:camel-example-reactive-streams:2.19.3")
'org.apache.camel:camel-example-reactive-streams:jar:2.19.3'
<dependency org="org.apache.camel" name="camel-example-reactive-streams" rev="2.19.3">
  <artifact name="camel-example-reactive-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-reactive-streams', version='2.19.3')
)
libraryDependencies += "org.apache.camel" % "camel-example-reactive-streams" % "2.19.3"
[org.apache.camel/camel-example-reactive-streams "2.19.3"]