Download dropwizard-migrations-0.7.0.jar file

Introduction

You can download dropwizard-migrations-0.7.0.jar in this page.

License

Apache Open Source

Type List

dropwizard-migrations-0.7.0.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

Pom

dropwizard-migrations-0.7.0.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.7.0</version>
    </parent>

    <artifactId>dropwizard-migrations</artifactId>
    <name>Dropwizard Migrations</name>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-db</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.liquibase</groupId>
            <artifactId>liquibase-core</artifactId>
            <version>3.1.1</version>
        </dependency>
        <dependency>
            <groupId>com.mattbertolini</groupId>
            <artifactId>liquibase-slf4j</artifactId>
            <version>1.2.1</version>
            <exclusions>
                <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-api</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.liquibase</groupId>
                    <artifactId>liquibase-core</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-migrations</artifactId>
   <version>0.7.0</version>
</dependency>

Download

If you think the following dropwizard-migrations-0.7.0.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.7.0.jar file




PreviousNext

Related