Maven Repository - POM file for MongoDB mongo-java-driver 2.12.2 2.12.2

Summary

MongoDB Java Driver.

The MongoDB Java driver.

Declaration

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.12.2</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.

License

Name:The Apache Software License, Version 2.0
URL: http://www.apache.org/licenses/LICENSE-2.0.txt.

Packages

The following packages are defined in the mongo-java-driver-2.12.2.jar

com.mongodb
com.mongodb.gridfs
com.mongodb.io
com.mongodb.tools
com.mongodb.util
com.mongodb.util.management
com.mongodb.util.management.jmx
org.bson
org.bson.io
org.bson.types
org.bson.util
org.bson.util.annotations




POM File Source

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.12.2</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/mongo-java-driver</url>
    </scm>

    <dependencies>
    </dependencies>

    

</project>