MongoDB Java Driver.
The MongoDB Java driver.
Here is the list of declaration for mongo-java-driver. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.mongodb</groupId> <artifactId>mongo-java-driver</artifactId> <version>2.7.3</version> </dependency>
If you think this Maven repository POM file listing for mongo-java-driver is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.
The following table lists the most popular artifacts which are depending on mongo-java-driver-2.7.3. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
MongoDB | de.flapdoodle.embedmongo 1.16 A embedded mongodb ... | 5 |
The following packages are defined in the mongo-java-driver-2.7.3.jar
com.mongodb com.mongodb.gridfs com.mongodb.io com.mongodb.util org.bson org.bson.io org.bson.types org.bson.util
Here is the content of the POM file.
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.mongodb</groupId> <artifactId>mongo-java-driver</artifactId> <packaging>jar</packaging> <name>MongoDB Java Driver</name> <version>2.7.3</version> <description>The MongoDB Java driver</description> <url>http://www.mongodb.org</url> <licenses> <license> <name>The Apache Software License, Version 2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>https://github.com/mongodb</url> </scm> <dependencies> </dependencies> </project>