Installation

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

MongoDB Reactive Streams Driver

The Reactive Streams implementation for asynchronous stream processing with non-blocking back pressure.


<dependencies>
    <dependency>
        <groupId>org.mongodb</groupId>
        <artifactId>mongodb-driver-reactivestreams</artifactId>
        <version>4.7.0</version>
    </dependency>
</dependencies>