MVN

org.flywaydb.enterprise : flyway-extensibility-commons

Maven & Gradle

Jul 13, 2022
7.2k stars

flyway-extensibility-commons

<dependency>
    <groupId>org.flywaydb.enterprise</groupId>
    <artifactId>flyway-extensibility-commons</artifactId>
    <version>9.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.flywaydb.enterprise : flyway-extensibility-commons to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 9.0.0

All Versions

Choose a version of org.flywaydb.enterprise : flyway-extensibility-commons to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
9.0.x
flyway-extensibility-commons-9.0.0
8.5.x
flyway-extensibility-commons-8.5.13
flyway-extensibility-commons-8.5.12
flyway-extensibility-commons-8.5.11
flyway-extensibility-commons-8.5.10
flyway-extensibility-commons-8.5.9
flyway-extensibility-commons-8.5.8
flyway-extensibility-commons-8.5.7
flyway-extensibility-commons-8.5.6
flyway-extensibility-commons-8.5.5
flyway-extensibility-commons-8.5.4
flyway-extensibility-commons-8.5.3
flyway-extensibility-commons-8.5.2
flyway-extensibility-commons-8.5.1
flyway-extensibility-commons-8.5.0
8.4.x
flyway-extensibility-commons-8.4.4
flyway-extensibility-commons-8.4.3
flyway-extensibility-commons-8.4.2
flyway-extensibility-commons-8.4.1
flyway-extensibility-commons-8.4.0
8.3.x
flyway-extensibility-commons-8.3.0
8.2.x
flyway-extensibility-commons-8.2.3
flyway-extensibility-commons-8.2.2
flyway-extensibility-commons-8.2.1
flyway-extensibility-commons-8.2.0
8.1.x
flyway-extensibility-commons-8.1.0
8.0.x
flyway-extensibility-commons-8.0.5

How to add a dependency to Maven

Add the following org.flywaydb.enterprise : flyway-extensibility-commons maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.flywaydb.enterprise</groupId>
    <artifactId>flyway-extensibility-commons</artifactId>
    <version>9.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.flywaydb.enterprise : flyway-extensibility-commons gradle dependency to your build.gradle file:

implementation 'org.flywaydb.enterprise:flyway-extensibility-commons:9.0.0'

Gradle Kotlin DSL: Add the following org.flywaydb.enterprise : flyway-extensibility-commons gradle kotlin dependency to your build.gradle.kts file:

implementation("org.flywaydb.enterprise:flyway-extensibility-commons:9.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.flywaydb.enterprise : flyway-extensibility-commons sbt scala dependency to your build.sbt file:

libraryDependencies += "org.flywaydb.enterprise" % "flyway-extensibility-commons" % "9.0.0"

Advertisement