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

io.dropwizard.db.ManagedDataSource Maven / Gradle / Ivy

There is a newer version: 5.0.0-rc.1
Show newest version
package io.dropwizard.db;

import io.dropwizard.lifecycle.Managed;

import javax.sql.DataSource;

public interface ManagedDataSource extends DataSource, Managed {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy