logback
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.taucher2003.appenders</groupId>
<artifactId>logback</artifactId>
<version>1.1.1</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<!--
~
~ Copyright 2021 Niklas van Schrick and the contributors of the Appenders Project
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
~
-->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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>com.github.taucher2003.appenders</groupId>
<artifactId>logback</artifactId>
<version>1.1.1</version>
<name>Logback Appenders</name>
<description>Logback implementation of the Appenders Project. Delegates it's work to the core module.</description>
<url>https://github.com/Taucher2003/Appenders/logback</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<name>Niklas van Schrick</name>
<email>mc.taucher2003@gmail.com</email>
<organization>com.github.taucher2003</organization>
<organizationUrl>https://www.github.com/Taucher2003</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/Taucher2003/Appenders.git/logback</connection>
<developerConnection>scm:git:ssh://github.com:Taucher2003/Appenders.git/logback</developerConnection>
<url>https://github.com/Taucher2003/Appenders/tree/master/logback</url>
</scm>
<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
<snapshotRepository>
<id>gitlab</id>
<url>https://gitlab.com/api/v4/projects/29199582/packages/maven</url>
</snapshotRepository>
</distributionManagement>
<dependencies>
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.2.10</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.taucher2003.appenders</groupId>
<artifactId>core</artifactId>
<version>1.1.1</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.32</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>club.minnced</groupId>
<artifactId>discord-webhooks</artifactId>
<version>0.7.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.9.3</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>