Download dropwizard-jdbi-0.8.1.jar file

Introduction

You can download dropwizard-jdbi-0.8.1.jar in this page.

License

Apache Open Source

Type List

dropwizard-jdbi-0.8.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard/dropwizard-jdbi/pom.properties
META-INF/maven/io.dropwizard/dropwizard-jdbi/pom.xml
io.dropwizard.jdbi.DBIFactory.class
io.dropwizard.jdbi.DBIHealthCheck.class
io.dropwizard.jdbi.ImmutableListContainerFactory.class
io.dropwizard.jdbi.ImmutableSetContainerFactory.class
io.dropwizard.jdbi.NamePrependingStatementRewriter.class
io.dropwizard.jdbi.OptionalContainerFactory.class
io.dropwizard.jdbi.args.JodaDateTimeArgument.class
io.dropwizard.jdbi.args.JodaDateTimeArgumentFactory.class
io.dropwizard.jdbi.args.JodaDateTimeMapper.class
io.dropwizard.jdbi.args.OptionalArgumentFactory.class
io.dropwizard.jdbi.bundles.DBIExceptionsBundle.class
io.dropwizard.jdbi.jersey.LoggingDBIExceptionMapper.class
io.dropwizard.jdbi.jersey.LoggingSQLExceptionMapper.class
io.dropwizard.jdbi.logging.LogbackLog.class

Pom

dropwizard-jdbi-0.8.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.8.1</version>
    </parent>

    <artifactId>dropwizard-jdbi</artifactId>
    <name>Dropwizard JDBI Support</name>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-db</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>org.jdbi</groupId>
            <artifactId>jdbi</artifactId>
            <version>2.59</version>
        </dependency>
        <dependency>
            <groupId>io.dropwizard.metrics</groupId>
            <artifactId>metrics-jdbi</artifactId>
            <version>${metrics3.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>org.jdbi</groupId>
                    <artifactId>jdbi</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-api</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>com.h2database</groupId>
            <artifactId>h2</artifactId>
            <version>${h2.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-jdbi</artifactId>
   <version>0.8.1</version>
</dependency>

Download

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



Download dropwizard-jdbi-0.8.1.jar file




PreviousNext

Related