Categories |
CategoriesNet Logging Application Layer Libs |
---|---|
GroupId | GroupIdnet.mamoe |
ArtifactId | ArtifactIdmirai-logging-log4j2 |
Version | Version2.10.4 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/net.mamoe/mirai-logging-log4j2/ -->
<dependency>
<groupId>net.mamoe</groupId>
<artifactId>mirai-logging-log4j2</artifactId>
<version>2.10.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.mamoe/mirai-logging-log4j2/
implementation 'net.mamoe:mirai-logging-log4j2:2.10.4'
// https://jarcasting.com/artifacts/net.mamoe/mirai-logging-log4j2/
implementation ("net.mamoe:mirai-logging-log4j2:2.10.4")
'net.mamoe:mirai-logging-log4j2:pom:2.10.4'
<dependency org="net.mamoe" name="mirai-logging-log4j2" rev="2.10.4">
<artifact name="mirai-logging-log4j2" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.mamoe', module='mirai-logging-log4j2', version='2.10.4')
)
libraryDependencies += "net.mamoe" % "mirai-logging-log4j2" % "2.10.4"
[net.mamoe/mirai-logging-log4j2 "2.10.4"]