Last Version

Dropwizard Flyway Bundle 2.1.0-1

Addon bundle for Dropwizard to support Flyway for database migrations

License

License

Categories

Categories

DropWizard Container Microservices Flyway Data Databases
GroupId

GroupId

io.dropwizard.modules
ArtifactId

ArtifactId

dropwizard-flyway
Version

Version

2.1.0-1
Type

Type

jar
Description

Description

Dropwizard Flyway Bundle
Addon bundle for Dropwizard to support Flyway for database migrations
Project URL

Project URL

https://github.com/dropwizard/dropwizard-flyway
Source Code Management

Source Code Management

https://github.com/dropwizard/dropwizard-flyway

Download dropwizard-flyway 2.1.0-1


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

Dependencies

compile (8)

Group / Artifact Type Version
io.dropwizard : dropwizard-core jar
io.dropwizard : dropwizard-db jar
io.dropwizard : dropwizard-util jar
org.flywaydb : flyway-core jar 8.5.11
com.google.code.findbugs : jsr305 jar
net.sourceforge.argparse4j : argparse4j jar
org.slf4j : slf4j-api jar
com.fasterxml.jackson.core : jackson-annotations jar

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar
org.mockito : mockito-core jar
org.mockito : mockito-junit-jupiter jar

Project Modules

There are no modules declared in this project.