Download bson-3.1.0.jar file - Jar b

Jar examples for b:bson

Description

The BSON library

You can download jar file bson 3.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add bson-3.1.0.jar to your project.

<dependency>
   <groupId>org.mongodb</groupId>
   <artifactId>bson</artifactId>
   <version>3.1.0</version>
</dependency>
compile group: 'org.mongodb', name: 'bson', version: '3.1.0'
libraryDependencies += "org.mongodb" % "bson" % "3.1.0"
<dependency org="org.mongodb" name="bson" rev="3.1.0"/>
@Grapes(@Grab(group='org.mongodb', module='bson', version='3.1.0'))
'org.mongodb:bson:jar:3.1.0'

Download

Click the following link to download the jar file.

bson-3.1.0-javadoc.jar
bson-3.1.0-sources.jar
bson-3.1.0.jar
bson-3.1.0.pom



Related Tutorials