License |
License |
---|---|
GroupId | GroupIdorg.apache.camel |
ArtifactId | ArtifactIdcamel-rx |
Last Version | Last Version2.25.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCamel :: RX (deprecated)
Camel Reactive using RxJava library
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
camel-rx-2.25.4.pom | |
camel-rx-2.25.4.jar | 33 KB |
camel-rx-2.25.4-sources.jar | 30 KB |
camel-rx-2.25.4-javadoc.jar | 109 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-rx/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-rx</artifactId>
<version>2.25.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-rx/
implementation 'org.apache.camel:camel-rx:2.25.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-rx/
implementation ("org.apache.camel:camel-rx:2.25.4")
'org.apache.camel:camel-rx:jar:2.25.4'
<dependency org="org.apache.camel" name="camel-rx" rev="2.25.4">
<artifact name="camel-rx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-rx', version='2.25.4')
)
libraryDependencies += "org.apache.camel" % "camel-rx" % "2.25.4"
[org.apache.camel/camel-rx "2.25.4"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-core | jar | 2.25.4 |
io.reactivex : rxjava | jar | 1.3.8 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.camel : camel-restlet | jar | 2.25.4 |
org.apache.camel : camel-test | jar | 2.25.4 |
org.apache.logging.log4j : log4j-api | jar | 2.11.1 |
org.apache.logging.log4j : log4j-core | jar | 2.11.1 |
org.apache.logging.log4j : log4j-slf4j-impl | jar | 2.11.1 |
junit : junit | jar | 4.12 |
io.rest-assured : rest-assured | jar | 3.2.0 |