Download de.huxhorn.lilith.logback.appender.multiplex-classic-0.9.44.jar file

Introduction

You can download de.huxhorn.lilith.logback.appender.multiplex-classic-0.9.44.jar in this page.

License

GNU Lesser General Public License v3 (LGPL)

Type List

de.huxhorn.lilith.logback.appender.multiplex-classic-0.9.44.jar file has the following types.

META-INF/MANIFEST.MF
de.huxhorn.lilith.logback.appender.ClassicMultiplexSocketAppender.class

Pom

de.huxhorn.lilith.logback.appender.multiplex-classic-0.9.44.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>de.huxhorn.lilith</groupId>
  <artifactId>de.huxhorn.lilith.logback.appender.multiplex-classic</artifactId>
  <version>0.9.44</version>
  <name>logback-multiplex-appender-classic</name>
  <description>This file is part of Lilith. It contains the multiplexing logging appender.</description>
  <url>http://lilith.huxhorn.de</url>
  <inceptionYear>2007</inceptionYear>
  <licenses>
    <license>
      <name>GNU Lesser General Public License v3 (LGPL)</name>
      <url>http://www.gnu.org/copyleft/lesser.html</url>
      <distribution>repo</distribution>
    </license>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <mailingLists>
    <mailingList>
      <name>Announce List</name>
      <subscribe>lilith-announce-join@lists.sourceforge.net</subscribe>
      <unsubscribe>lilith-announce-leave@lists.sourceforge.net</unsubscribe>
      <post>lilith-announce@lists.sourceforge.net</post>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=lilith-announce</archive>
    </mailingList>
    <mailingList>
      <name>User List</name>
      <subscribe>lilith-user-join@lists.sourceforge.net</subscribe>
      <unsubscribe>lilith-user-leave@lists.sourceforge.net</unsubscribe>
      <post>lilith-user@lists.sourceforge.net</post>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=lilith-user</archive>
    </mailingList>
    <mailingList>
      <name>Developer List</name>
      <subscribe>lilith-devel-join@lists.sourceforge.net</subscribe>
      <unsubscribe>lilith-devel-leave@lists.sourceforge.net</unsubscribe>
      <post>lilith-devel@lists.sourceforge.net</post>
      <archive>http://sourceforge.net/mailarchive/forum.php?forum_name=lilith-devel</archive>
    </mailingList>
  </mailingLists>
  <developers>
    <developer>
      <id>huxhorn</id>
      <name>Joern Huxhorn</name>
      <email>huxhorn@users.sourceforge.net</email>
      <organization>Joern Huxhorn</organization>
      <organizationUrl>http://lilith.huxhorn.de</organizationUrl>
      <roles>
        <role>Developer</role>
      </roles>
    </developer>
  </developers>
  <issueManagement>
    <system>trac</system>
    <url>http://apps.sourceforge.net/trac/lilith/</url>
  </issueManagement>
  <scm>
    <connection>scm:git:git://github.com/huxi/lilith.git</connection>
    <developerConnection>scm:git:ssh://git@github.com:huxi/lilith.git</developerConnection>
    <url>http://github.com/huxi/lilith/</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>org.spockframework</groupId>
      <artifactId>spock-core</artifactId>
      <version>0.7-groovy-2.0</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.7</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>de.huxhorn.sulky</groupId>
      <artifactId>de.huxhorn.sulky.codec</artifactId>
      <version>0.9.17</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.1.2</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>org.codehaus.groovy</groupId>
      <artifactId>groovy</artifactId>
      <version>2.2.2</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>de.huxhorn.lilith</groupId>
      <artifactId>de.huxhorn.lilith.logback.converter-classic</artifactId>
      <version>0.9.44</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
      <scope>test</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>de.huxhorn.lilith</groupId>
      <artifactId>de.huxhorn.lilith.logback.appender.multiplex-core</artifactId>
      <version>0.9.44</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>de.huxhorn.lilith</groupId>
      <artifactId>de.huxhorn.lilith.data.logging.protobuf</artifactId>
      <version>0.9.44</version>
      <scope>compile</scope>
      <exclusions>
        <exclusion>
          <artifactId>groovy-all</artifactId>
          <groupId>org.codehaus.groovy</groupId>
        </exclusion>
        <exclusion>
          <artifactId>commons-logging</artifactId>
          <groupId>commons-logging</groupId>
        </exclusion>
      </exclusions>
    </dependency>
  </dependencies>
  <properties>
    <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
    <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
</project>

POM Entry

<dependency>
   <groupId>de.huxhorn.lilith</groupId>
   <artifactId>de.huxhorn.lilith.logback.appender.multiplex-classic</artifactId>
   <version>0.9.44</version>
</dependency>

Download

If you think the following de.huxhorn.lilith.logback.appender.multiplex-classic-0.9.44.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download de.huxhorn.lilith.logback.appender.multiplex-classic-0.9.44.jar file




PreviousNext

Related