This artifact is no longer maintained; use mongodb-driver-sync for the modern driver or mongodb-driver-legacy for the legacy API.
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongodb-driver</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 connect to a MongoDB instance using the legacy driver.
Replace dependency with org.mongodb:mongodb-driver-sync and update imports to com.mongodb.client.MongoClients.
No dependency data recorded yet.