![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.maven.ch.qos.logback.contrib.logback-jackson.pom.xml Maven / Gradle / Ivy
The newest version!
<!-- 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>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy