Installation

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

MongoDB Scala Driver

The MongoDB Scala Driver


<dependencies>
    <dependency>
        <groupId>org.mongodb</groupId>
        <artifactId>mongo-scala-driver</artifactId>
        <version>1.0.1</version>
    </dependency>
</dependencies>

You can also download the jars directly from sonatype.

Note: mongo-scala-driver requires the following dependencies: mongo-scala-bson, bson, mongodb-driver-core, and mongodb-driver-async.