Download dropwizard-logging-0.7.1.jar file

Introduction

You can download dropwizard-logging-0.7.1.jar in this page.

License

Apache Open Source

Type List

dropwizard-logging-0.7.1.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/io.dropwizard/dropwizard-logging/pom.properties
META-INF/maven/io.dropwizard/dropwizard-logging/pom.xml
META-INF/services/io.dropwizard.jackson.Discoverable
META-INF/services/io.dropwizard.logging.AppenderFactory
io.dropwizard.logging.AbstractAppenderFactory.class
io.dropwizard.logging.AppenderFactory.class
io.dropwizard.logging.AsyncAppender.class
io.dropwizard.logging.ConsoleAppenderFactory.class
io.dropwizard.logging.DropwizardLayout.class
io.dropwizard.logging.FileAppenderFactory.class
io.dropwizard.logging.LoggingFactory.class
io.dropwizard.logging.PrefixedExtendedThrowableProxyConverter.class
io.dropwizard.logging.PrefixedRootCauseFirstThrowableProxyConverter.class
io.dropwizard.logging.PrefixedThrowableProxyConverter.class
io.dropwizard.logging.SyslogAppenderFactory.class

Pom

dropwizard-logging-0.7.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.7.1</version>
    </parent>

    <artifactId>dropwizard-logging</artifactId>
    <name>Dropwizard Logging Support</name>

    <dependencies>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-jackson</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-validation</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.codahale.metrics</groupId>
            <artifactId>metrics-logback</artifactId>
            <version>${metrics3.version}</version>
            <exclusions>
                <exclusion>
                    <groupId>ch.qos.logback</groupId>
                    <artifactId>logback-classic</artifactId>
                </exclusion>
                <exclusion>
                    <groupId>org.slf4j</groupId>
                    <artifactId>slf4j-api</artifactId>
                </exclusion>
            </exclusions>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>slf4j-api</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jul-to-slf4j</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-core</artifactId>
            <version>${logback.version}</version>
        </dependency>
        <dependency>
            <groupId>ch.qos.logback</groupId>
            <artifactId>logback-classic</artifactId>
            <version>${logback.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>log4j-over-slf4j</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.slf4j</groupId>
            <artifactId>jcl-over-slf4j</artifactId>
            <version>${slf4j.version}</version>
        </dependency>
        <dependency>
            <groupId>org.eclipse.jetty</groupId>
            <artifactId>jetty-util</artifactId>
            <version>${jetty.version}</version>
        </dependency>
        <dependency>
            <groupId>io.dropwizard</groupId>
            <artifactId>dropwizard-configuration</artifactId>
            <version>${project.version}</version>
            <scope>test</scope>
        </dependency>
    </dependencies>
</project>

POM Entry

<dependency>
   <groupId>io.dropwizard</groupId>
   <artifactId>dropwizard-logging</artifactId>
   <version>0.7.1</version>
</dependency>

Download

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



Download dropwizard-logging-0.7.1.jar file




PreviousNext

Related