Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 845 Bytes

installation-guide.md

File metadata and controls

25 lines (18 loc) · 845 Bytes

+++ date = "2015-03-17T15:36:56Z" title = "Installation Guide" [menu.main] parent = "BSON" weight = 50 pre = "" +++

Installation

The BSON library is a required dependency of all the MongoDB Java drivers and if using a dependency management system, it will be automatically installed alongside the driver, however, it can be used as a standalone library. The recommended way to get started using one of the drivers in your project is with a dependency management system.

{{< distroPicker >}}

BSON

This library comprehensively supports BSON, the data storage and network transfer format that MongoDB uses for "documents". BSON is short for Binary JSON, is a binary-encoded serialization of JSON-like documents.

{{< install artifactId="bson" version="4.3.1" >}}