An asynchronous MongoDB Java driver that is no longer maintained; users should migrate to the reactive streams driver.
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver-async</artifactId>
<version>3.12.14</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Minimal example showing how to create an async MongoDB client.
Replace dependency with org.mongodb:mongodb-driver-reactivestreams and update imports to com.mongodb.reactivestreams.client.
No dependency data recorded yet.