MVN

com.github.cybuch : mongobeej

Maven & Gradle

Aug 24, 2020
9 stars

mongobeej · MongoDB data migration tool for Java

<dependency>
    <groupId>com.github.cybuch</groupId>
    <artifactId>mongobeej</artifactId>
    <version>1.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.cybuch : mongobeej to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.1

All Versions

Choose a version of com.github.cybuch : mongobeej to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mongobeej-1.0.1
mongobeej-1.0.0
0.17
mongobeej-0.17
0.16
mongobeej-0.16
0.15
mongobeej-0.15
0.14
mongobeej-0.14

How to add a dependency to Maven

Add the following com.github.cybuch : mongobeej maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.cybuch</groupId>
    <artifactId>mongobeej</artifactId>
    <version>1.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.cybuch : mongobeej gradle dependency to your build.gradle file:

implementation 'com.github.cybuch:mongobeej:1.0.1'

Gradle Kotlin DSL: Add the following com.github.cybuch : mongobeej gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.cybuch:mongobeej:1.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.cybuch : mongobeej sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.cybuch" % "mongobeej" % "1.0.1"