Categories |
CategoriesReact User Interface Web Frameworks Reactive Streams Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-example-reactive-streams |
Version | Version2.19.0 |
Type | Typejar |
<!-- 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.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/
implementation 'org.apache.camel:camel-example-reactive-streams:2.19.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-example-reactive-streams/
implementation ("org.apache.camel:camel-example-reactive-streams:2.19.0")
'org.apache.camel:camel-example-reactive-streams:jar:2.19.0'
<dependency org="org.apache.camel" name="camel-example-reactive-streams" rev="2.19.0">
<artifact name="camel-example-reactive-streams" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-example-reactive-streams', version='2.19.0')
)
libraryDependencies += "org.apache.camel" % "camel-example-reactive-streams" % "2.19.0"
[org.apache.camel/camel-example-reactive-streams "2.19.0"]