Download mongobee-0.10.jar file - Jar m

Jar examples for m:mongobee

Description

MongoDB data migration tool for Java

You can download jar file mongobee 0.10 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add mongobee-0.10.jar to your project.

<dependency>
   <groupId>com.github.mongobee</groupId>
   <artifactId>mongobee</artifactId>
   <version>0.10</version>
</dependency>
compile group: 'com.github.mongobee', name: 'mongobee', version: '0.10'
libraryDependencies += "com.github.mongobee" % "mongobee" % "0.10"
<dependency org="com.github.mongobee" name="mongobee" rev="0.10"/>
@Grapes(@Grab(group='com.github.mongobee', module='mongobee', version='0.10'))
'com.github.mongobee:mongobee:jar:0.10'

Download

Click the following link to download the jar file.

mongobee-0.10-javadoc.jar
mongobee-0.10-sources.jar
mongobee-0.10.jar
mongobee-0.10.pom



Related Tutorials