Download mongodb-0.3.0.jar file - Jar m

Jar examples for m:mongodb

Description

Contains MongoDB specific classes that will handle schema migration in MongoDB databases and a superfast "event tracer" system, based on MongoDB.

You can download jar file mongodb 0.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mongodb-0.3.0.jar to your project.

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

Download

Click the following link to download the jar file.

mongodb-0.3.0-javadoc.jar
mongodb-0.3.0-sources.jar
mongodb-0.3.0.jar
mongodb-0.3.0.pom



Related Tutorials