A Scala wrapper of the MongoDB Reactive Streams Java driver, providing asynchronous database access.
<dependency>
<groupId>org.mongodb.scala</groupId>
<artifactId>mongo-scala-driver_2.12</artifactId>
<version>5.6.4</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 a MongoClient and access a database.
Ensure you are using the correct artifact for your Scala version (e.g., mongo-scala-driver_2.13 for Scala 2.13).
No dependency data recorded yet.