- Getting Started
- Installation Guide
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
You can also download the jars
directly
from sonatype.
Note:
<dependencies>
<dependency>
<groupId>org.mongodb</groupId>
<artifactId>mongo-scala-driver</artifactId>
<version>1.0.1</version>
</dependency>
</dependencies>
mongo-scala-driver
requires the following dependencies:
mongo-scala-bson
,
bson
,
mongodb-driver-core
,
and
mongodb-driver-async
.
On this page