MVN

org.nuiton.topia : topia-service-flyway

Maven & Gradle

Dec 04, 2020

ToPIA :: Flyway integration service · Integration between topia and Flyway database migration framework

<dependency>
    <groupId>org.nuiton.topia</groupId>
    <artifactId>topia-service-flyway</artifactId>
    <version>3.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.nuiton.topia : topia-service-flyway to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.8.1
  • Latest Beta: 3.0-beta-17

All Versions

Choose a version of org.nuiton.topia : topia-service-flyway to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.8.x
topia-service-flyway-3.8.1
3.8
topia-service-flyway-3.8
3.7
topia-service-flyway-3.7
3.6
topia-service-flyway-3.6
3.5
topia-service-flyway-3.5
3.4.x
topia-service-flyway-3.4.1
3.4
topia-service-flyway-3.4
3.3.x
topia-service-flyway-3.3.1
3.3
topia-service-flyway-3.3
3.2.x
topia-service-flyway-3.2.1
3.2
topia-service-flyway-3.2
3.1.x
topia-service-flyway-3.1.4
topia-service-flyway-3.1.3.2
topia-service-flyway-3.1.3.1
topia-service-flyway-3.1.3
topia-service-flyway-3.1.2
topia-service-flyway-3.1.1
3.1
topia-service-flyway-3.1
3.0
topia-service-flyway-3.0
topia-service-flyway-3.0-beta-17
topia-service-flyway-3.0-beta-16
topia-service-flyway-3.0-beta-15
topia-service-flyway-3.0-beta-14
topia-service-flyway-3.0-beta-13
topia-service-flyway-3.0-beta-12
topia-service-flyway-3.0-beta-11
topia-service-flyway-3.0-beta-10
topia-service-flyway-3.0-beta-9
topia-service-flyway-3.0-beta-8
topia-service-flyway-3.0-beta-7
topia-service-flyway-3.0-beta-6
topia-service-flyway-3.0-beta-5
topia-service-flyway-3.0-beta-4

How to add a dependency to Maven

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

<dependency>
    <groupId>org.nuiton.topia</groupId>
    <artifactId>topia-service-flyway</artifactId>
    <version>3.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.nuiton.topia : topia-service-flyway gradle dependency to your build.gradle file:

implementation 'org.nuiton.topia:topia-service-flyway:3.8.1'

Gradle Kotlin DSL: Add the following org.nuiton.topia : topia-service-flyway gradle kotlin dependency to your build.gradle.kts file:

implementation("org.nuiton.topia:topia-service-flyway:3.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.nuiton.topia : topia-service-flyway sbt scala dependency to your build.sbt file:

libraryDependencies += "org.nuiton.topia" % "topia-service-flyway" % "3.8.1"