is not current version
Last Version 2.1.0-1

io.dropwizard.modules:dropwizard-flyway 1.3.0-6

Addon bundle for Dropwizard to support Flyway for database migrations

Categories

Categories

DropWizard Container Microservices Flyway Data Databases
GroupId

GroupId

io.dropwizard.modules
ArtifactId

ArtifactId

dropwizard-flyway
Version

Version

1.3.0-6
Type

Type

jar

Download dropwizard-flyway 1.3.0-6


<!-- https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-flyway/ -->
<dependency>
    <groupId>io.dropwizard.modules</groupId>
    <artifactId>dropwizard-flyway</artifactId>
    <version>1.3.0-6</version>
</dependency>
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-flyway/
implementation 'io.dropwizard.modules:dropwizard-flyway:1.3.0-6'
// https://jarcasting.com/artifacts/io.dropwizard.modules/dropwizard-flyway/
implementation ("io.dropwizard.modules:dropwizard-flyway:1.3.0-6")
'io.dropwizard.modules:dropwizard-flyway:jar:1.3.0-6'
<dependency org="io.dropwizard.modules" name="dropwizard-flyway" rev="1.3.0-6">
  <artifact name="dropwizard-flyway" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.dropwizard.modules', module='dropwizard-flyway', version='1.3.0-6')
)
libraryDependencies += "io.dropwizard.modules" % "dropwizard-flyway" % "1.3.0-6"
[io.dropwizard.modules/dropwizard-flyway "1.3.0-6"]