All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.dropwizard.flyway.FlywayConfiguration Maven / Gradle / Ivy

There is a newer version: 4.0.1-2
Show newest version
package io.dropwizard.flyway;

import io.dropwizard.Configuration;

public interface FlywayConfiguration {
    FlywayFactory getFlywayFactory(T configuration);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy