Download mongo-0.43.0.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.43.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

mongo-0.43.0-javadoc.jar
mongo-0.43.0-sources.jar
mongo-0.43.0.jar
mongo-0.43.0.pom



Related Tutorials