Installation

The recommended way to get started using the driver 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.3.1</version>
    </dependency>
</dependencies>

You can also download the jars directly from sonatype.