Download logback-jackson-0.1.5.jar file

Introduction

You can download logback-jackson-0.1.5.jar in this page.

License

Open Source License

Type List

logback-jackson-0.1.5.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/ch.qos.logback.contrib/logback-jackson/pom.properties
META-INF/maven/ch.qos.logback.contrib/logback-jackson/pom.xml
ch.qos.logback.contrib.jackson.JacksonJsonFormatter.class

Pom

logback-jackson-0.1.5.pom file content.

<!--

    Copyright (C) 2016, The logback-contrib developers. All rights reserved.

    This program and the accompanying materials are dual-licensed under
    either the terms of the Eclipse Public License v1.0 as published by
    the Eclipse Foundation

      or (per the licensee's choosing)

    under the terms of the GNU Lesser General Public License version 2.1
    as published by the Free Software Foundation.

-->
<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/maven-v4_0_0.xsd">

    <parent>
        <groupId>ch.qos.logback.contrib</groupId>
        <artifactId>logback-contrib-parent</artifactId>
        <version>0.1.5</version>
    </parent>

    <modelVersion>4.0.0</modelVersion>
    <artifactId>logback-jackson</artifactId>
    <name>Logback Contrib :: Jackson</name>
    <packaging>jar</packaging>

    <dependencies>
        <dependency>
            <groupId>ch.qos.logback.contrib</groupId>
            <artifactId>logback-json-core</artifactId>
            <version>${project.version}</version>
        </dependency>
        <dependency>
            <groupId>com.fasterxml.jackson.core</groupId>
            <artifactId>jackson-databind</artifactId>
        </dependency>
    </dependencies>

</project>

POM Entry

<dependency>
   <groupId>ch.qos.logback.contrib</groupId>
   <artifactId>logback-jackson</artifactId>
   <version>0.1.5</version>
</dependency>

Download

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



Download logback-jackson-0.1.5.jar file




PreviousNext

Related