<dependency>
<groupId>io.dropwizard</groupId>
<artifactId>dropwizard-migrations</artifactId>
<version>5.0.0-alpha.4</version>
</dependency>
@Grapes(
@Grab(group='io.dropwizard', module='dropwizard-migrations', version='5.0.0-alpha.4')
)
<parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>5.0.0-alpha.4</version> </parent>
compile
|-- io.dropwizard:dropwizard-core
|-- io.dropwizard:dropwizard-db
|-- io.dropwizard.metrics:metrics-core
|-- org.checkerframework:checker-qual
|-- org.liquibase:liquibase-core
|-- net.sourceforge.argparse4j:argparse4j
runtime
|-- com.mattbertolini:liquibase-slf4j
|-- jakarta.xml.bind:jakarta.xml.bind-api
test
|-- org.junit.jupiter:junit-jupiter