Installation

The recommended way to get started using one of the drivers in your project is with a dependency management system.

MongoDB RxJava Driver

An implementation of the MongoDB Driver providing support for ReactiveX (Reactive Extensions) by using the RxJava library.


<dependencies>
    <dependency>
        <groupId>org.mongodb</groupId>
        <artifactId>mongodb-driver-rx</artifactId>
        <version>1.0.1</version>
    </dependency>
</dependencies>

You can also download the jars directly from sonatype.

Note: mongodb-driver-rx requires the following dependencies: RxJava, bson, mongodb-driver-core and mongodb-driver-async.