is not current version
Last Version 0.13

com.github.mongobee:mongobee 0.12

MongoDB data migration tool for Java

GroupId

GroupId

com.github.mongobee
ArtifactId

ArtifactId

mongobee
Version

Version

0.12
Type

Type

jar

Download mongobee 0.12


<!-- https://jarcasting.com/artifacts/com.github.mongobee/mongobee/ -->
<dependency>
    <groupId>com.github.mongobee</groupId>
    <artifactId>mongobee</artifactId>
    <version>0.12</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mongobee/mongobee/
implementation 'com.github.mongobee:mongobee:0.12'
// https://jarcasting.com/artifacts/com.github.mongobee/mongobee/
implementation ("com.github.mongobee:mongobee:0.12")
'com.github.mongobee:mongobee:jar:0.12'
<dependency org="com.github.mongobee" name="mongobee" rev="0.12">
  <artifact name="mongobee" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mongobee', module='mongobee', version='0.12')
)
libraryDependencies += "com.github.mongobee" % "mongobee" % "0.12"
[com.github.mongobee/mongobee "0.12"]