File: installation.md

package info (click to toggle)
mongo-java-driver 3.6.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 16,112 kB
  • sloc: java: 102,506; xml: 395; sh: 43; makefile: 4
file content (26 lines) | stat: -rw-r--r-- 728 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
+++
date = "2015-03-17T15:36:56Z"
title = "Installation"
[menu.main]
  parent = "MongoDB Async Driver"
  identifier = "Async Installation"
  weight = 1
  pre = "<i class='fa'></i>"
+++

# Installation


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

{{% note class="important" %}}
The MongoDB Async Driver requires either [Netty](http://netty.io/) or Java 7.
{{% /note %}}

{{< distroPicker >}}

## MongoDB Async Driver

The MongoDB Async Driver provides asynchronous API that can leverage either Netty or Java 7's AsynchronousSocketChannel for fast and non-blocking I/O.

{{< install artifactId="mongodb-driver-async" version="3.6.3" dependencies="true">}}