MVN

org.ninjaframework : ninja-db-flyway

Maven & Gradle

Mar 02, 2021
1 usages
<dependency>
    <groupId>org.ninjaframework</groupId>
    <artifactId>ninja-db-flyway</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ninjaframework : ninja-db-flyway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2
  • Latest Beta: 1.0.0-beta7

All Versions

Choose a version of org.ninjaframework : ninja-db-flyway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
ninja-db-flyway-1.0.2
ninja-db-flyway-1.0.1
ninja-db-flyway-1.0.0
ninja-db-flyway-1.0.0-beta7
ninja-db-flyway-1.0.0-beta6
ninja-db-flyway-1.0.0-beta5
ninja-db-flyway-1.0.0-beta4
ninja-db-flyway-1.0.0-beta3
ninja-db-flyway-1.0.0-beta2
ninja-db-flyway-1.0.0-beta1

How to add a dependency to Maven

Add the following org.ninjaframework : ninja-db-flyway maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ninjaframework</groupId>
    <artifactId>ninja-db-flyway</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ninjaframework : ninja-db-flyway gradle dependency to your build.gradle file:

implementation 'org.ninjaframework:ninja-db-flyway:1.0.2'

Gradle Kotlin DSL: Add the following org.ninjaframework : ninja-db-flyway gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ninjaframework:ninja-db-flyway:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ninjaframework : ninja-db-flyway sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ninjaframework" % "ninja-db-flyway" % "1.0.2"

Advertisement