is not current version
Last Version 2.1.0-1

io.dropwizard.modules:dropwizard-flyway 2.0.21-2

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

2.0.21-2
Type

Type

jar

Download dropwizard-flyway 2.0.21-2


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