is not current version
Last Version 2.1.0-1

io.dropwizard.modules:dropwizard-flyway 2.0.14-1

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.14-1
Type

Type

jar

Download dropwizard-flyway 2.0.14-1


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