mirai-logging-slf4j-simple
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-logging-slf4j-simple</artifactId>
<version>2.13.3</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>net.mamoe</groupId>
<artifactId>mirai-logging-slf4j-simple</artifactId>
<version>2.13.3</version>
<licenses>
<license>
<name>GNU AGPLv3</name>
<url>https://github.com/mamoe/mirai/blob/master/LICENSE</url>
</license>
</licenses>
<developers>
<developer>
<id>mamoe</id>
<name>Mamoe Technologies</name>
<email>support@mamoe.net</email>
</developer>
</developers>
<scm>
<connection>scm:https://github.com/mamoe/mirai.git</connection>
<developerConnection>scm:git://github.com/mamoe/mirai.git</developerConnection>
<url>https://github.com/mamoe/mirai</url>
</scm>
<dependencies>
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-core-api-jvm</artifactId>
<version>2.13.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-logging-slf4j</artifactId>
<version>2.13.3</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>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<version>1.7.32</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib-jdk8</artifactId>
<version>1.7.10</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-logging-log4j2</artifactId>
<version>2.13.3</version>
<scope>runtime</scope>
<exclusions>
<exclusion>
<artifactId>log4j-slf4j-impl</artifactId>
<groupId>org.apache.logging.log4j</groupId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<description>Mirai SLF4J Adapter with slf4j-simple</description>
<name>mirai-logging-slf4j-simple</name>
<url>https://github.com/mamoe/mirai</url>
</project>