Download dropwizard-db-0.9.2.jar file

Introduction

You can download dropwizard-db-0.9.2.jar in this page.

License

Apache Open Source

Type List

dropwizard-db-0.9.2.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard/dropwizard-db/pom.properties
META-INF/maven/io.dropwizard/dropwizard-db/pom.xml
io.dropwizard.db.DataSourceFactory.class
io.dropwizard.db.DatabaseConfiguration.class
io.dropwizard.db.ManagedDataSource.class
io.dropwizard.db.ManagedPooledDataSource.class
io.dropwizard.db.PooledDataSourceFactory.class
io.dropwizard.db.TimeBoundHealthCheck.class

Pom

dropwizard-db-0.9.2.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.2</version>
    </parent>

    <artifactId>dropwizard-db</artifactId>
    <name>Dropwizard Database Support</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-core</artifactId>
        </dependency>
        <dependency>
            <groupId>org.apache.tomcat</groupId>
            <artifactId>tomcat-jdbc</artifactId>
        </dependency>
        <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-db</artifactId>
   <version>0.9.2</version>
</dependency>

Download

If you think the following dropwizard-db-0.9.2.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download dropwizard-db-0.9.2.jar file




PreviousNext

Related