MVN

uk.codenest : mongofly

Maven & Gradle

May 14, 2019
0 stars

mongofly · Java MongoDB migration tool

<dependency>
    <groupId>uk.codenest</groupId>
    <artifactId>mongofly</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of uk.codenest : mongofly to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4.RELEASE

All Versions

Choose a version of uk.codenest : mongofly to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
mongofly-1.0.4.RELEASE
mongofly-1.0.3.RELEASE
mongofly-1.0.2.RELEASE
mongofly-1.0.1.RELEASE
mongofly-1.0.0.RELEASE
mongofly-1.0.0

How to add a dependency to Maven

Add the following uk.codenest : mongofly maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>uk.codenest</groupId>
    <artifactId>mongofly</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following uk.codenest : mongofly gradle dependency to your build.gradle file:

implementation 'uk.codenest:mongofly:1.0.4.RELEASE'

Gradle Kotlin DSL: Add the following uk.codenest : mongofly gradle kotlin dependency to your build.gradle.kts file:

implementation("uk.codenest:mongofly:1.0.4.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following uk.codenest : mongofly sbt scala dependency to your build.sbt file:

libraryDependencies += "uk.codenest" % "mongofly" % "1.0.4.RELEASE"