License |
License |
---|---|
Categories |
CategoriesMongoDB Data Databases |
GroupId | GroupIdcom.mongodb |
ArtifactId | ArtifactIdbson |
Last Version | Last Version2.7.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBSON
The BSON libs
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bson-2.7.1.pom | |
bson-2.7.1.jar | 63 KB |
bson-2.7.1-sources.jar | 189 KB |
bson-2.7.1-javadoc.jar | 654 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mongodb/bson/ -->
<dependency>
<groupId>com.mongodb</groupId>
<artifactId>bson</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.mongodb/bson/
implementation 'com.mongodb:bson:2.7.1'
// https://jarcasting.com/artifacts/com.mongodb/bson/
implementation ("com.mongodb:bson:2.7.1")
'com.mongodb:bson:jar:2.7.1'
<dependency org="com.mongodb" name="bson" rev="2.7.1">
<artifact name="bson" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mongodb', module='bson', version='2.7.1')
)
libraryDependencies += "com.mongodb" % "bson" % "2.7.1"
[com.mongodb/bson "2.7.1"]