Download mongo-0.28.3.jar file - Jar m

Jar examples for m:mongo

Description

Utility to optimize large-scale write operations in a Mongo database

You can download jar file mongo 0.28.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mongo-0.28.3.jar to your project.

<dependency>
   <groupId>de.otto.edison</groupId>
   <artifactId>mongo</artifactId>
   <version>0.28.3</version>
</dependency>
compile group: 'de.otto.edison', name: 'mongo', version: '0.28.3'
libraryDependencies += "de.otto.edison" % "mongo" % "0.28.3"
<dependency org="de.otto.edison" name="mongo" rev="0.28.3"/>
@Grapes(@Grab(group='de.otto.edison', module='mongo', version='0.28.3'))
'de.otto.edison:mongo:jar:0.28.3'

Download

Click the following link to download the jar file.

mongo-0.28.3-javadoc.jar
mongo-0.28.3-sources.jar
mongo-0.28.3.jar
mongo-0.28.3.pom



Related Tutorials