You can download dropwizard-migrations-0.9.1.jar in this page.
Apache Open Source
dropwizard-migrations-0.9.1.jar file has the following types.
META-INF/MANIFEST.MF META-INF/maven/io.dropwizard/dropwizard-migrations/pom.properties META-INF/maven/io.dropwizard/dropwizard-migrations/pom.xml io.dropwizard.migrations.AbstractLiquibaseCommand.class io.dropwizard.migrations.CloseableLiquibase.class io.dropwizard.migrations.DbCalculateChecksumCommand.class io.dropwizard.migrations.DbClearChecksumsCommand.class io.dropwizard.migrations.DbCommand.class io.dropwizard.migrations.DbDropAllCommand.class io.dropwizard.migrations.DbDumpCommand.class io.dropwizard.migrations.DbFastForwardCommand.class io.dropwizard.migrations.DbGenerateDocsCommand.class io.dropwizard.migrations.DbLocksCommand.class io.dropwizard.migrations.DbMigrateCommand.class io.dropwizard.migrations.DbPrepareRollbackCommand.class io.dropwizard.migrations.DbRollbackCommand.class io.dropwizard.migrations.DbStatusCommand.class io.dropwizard.migrations.DbTagCommand.class io.dropwizard.migrations.DbTestCommand.class io.dropwizard.migrations.MigrationsBundle.class
dropwizard-migrations-0.9.1.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-parent</artifactId> <version>0.9.1</version> </parent> <artifactId>dropwizard-migrations</artifactId> <name>Dropwizard Migrations</name> <dependencyManagement> <dependencies> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-bom</artifactId> <version>${project.version}</version> <type>pom</type> <scope>import</scope> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-db</artifactId> </dependency> <dependency> <groupId>org.liquibase</groupId> <artifactId>liquibase-core</artifactId> </dependency> <dependency> <groupId>com.mattbertolini</groupId> <artifactId>liquibase-slf4j</artifactId> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-jdbi</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>net.jcip</groupId> <artifactId>jcip-annotations</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>io.dropwizard</groupId> <artifactId>dropwizard-migrations</artifactId> <version>0.9.1</version> </dependency>
If you think the following dropwizard-migrations-0.9.1.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download dropwizard-migrations-0.9.1.jar file