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

Summary

MongoDB Java Driver.

Java Driver for MongoDB.

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.5.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.5.2.jar

com.mongodb
com.mongodb.gridfs
com.mongodb.io
com.mongodb.util
org.bson
org.bson.io
org.bson.types
org.bson.util




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.5.2</version>
  <description>Java Driver for MongoDB</description>
  <url>http://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>http://github.com/mongodb/mongo-java-driver</url>
  </scm>
  
  <dependencies>
  </dependencies>

</project>