| ## RxJava2 Component | |
| *Available as of Camel version 2.22* | |
| Maven users will need to add the following dependency to their `pom.xml` | |
| for this component: | |
| [source,xml] | |
| ------------------------------------------------------------ | |
| <dependency> | |
| <groupId>org.apache.camel</groupId> | |
| <artifactId>camel-rxjava2</artifactId> | |
| <version>x.x.x</version> | |
| <!-- use the same version as your Camel core version --> | |
| </dependency> | |
| ------------------------------------------------------------ |