l

log4j-core-test

The Apache Log4j Implementation Tests
https://logging.apache.org/log4j/3.x/
Apache-2.0
文件下载
文件名 操作
log4j-core-test-3.0.0-beta3.jar 下载
log4j-core-test-3.0.0-beta3.pom 下载
log4j-core-test-3.0.0-beta3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.apache.logging.log4j</groupId>
  <artifactId>log4j-core-test</artifactId>
  <version>3.0.0-beta3</version>
</dependency>
Gradle Groovy
implementation 'org.apache.logging.log4j:log4j-core-test:3.0.0-beta3'
Gradle Kotlin
implementation("org.apache.logging.log4j:log4j-core-test:3.0.0-beta3")
Scala SBT
libraryDependencies += "org.apache.logging.log4j" % "log4j-core-test" % "3.0.0-beta3"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.logging.log4j', module='log4j-core-test', version='3.0.0-beta3')
)
Apache Ivy
<dependency org="org.apache.logging.log4j" name="log4j-core-test" rev="3.0.0-beta3" />
Leiningen
[org.apache.logging.log4j/log4j-core-test "3.0.0-beta3"]
Apache Buildr
'org.apache.logging.log4j:log4j-core-test:jar:3.0.0-beta3'
本项目依赖
<parent>
  <groupId>org.apache.logging.log4j</groupId>
  <artifactId>log4j</artifactId>
  <version>3.0.0-beta3</version>
</parent>

compile

|-- org.apache.logging.log4j:log4j-api

|-- org.apache.logging.log4j:log4j-api-test

|-- org.apache.logging.log4j:log4j-core

|-- org.apache.logging.log4j:log4j-plugins

|-- org.apache.logging.log4j:log4j-plugins-test

|-- org.assertj:assertj-core

|-- com.lmax:disruptor

|-- org.hamcrest:hamcrest

|-- com.fasterxml.jackson.core:jackson-core

|-- com.fasterxml.jackson.core:jackson-databind

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-xml

|-- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml

|-- org.junit.jupiter:junit-jupiter-engine

|-- org.junit.jupiter:junit-jupiter-migrationsupport

|-- org.junit.jupiter:junit-jupiter-params

|-- org.junit-pioneer:junit-pioneer

|-- org.junit.vintage:junit-vintage-engine

|-- org.slf4j:slf4j-nop:2.0.16

provided

|-- org.jspecify:jspecify

|-- org.osgi:org.osgi.framework

|-- org.osgi:org.osgi.resource

test

|-- org.awaitility:awaitility

|-- commons-codec:commons-codec

|-- commons-io:commons-io

|-- org.apache.commons:commons-lang3

|-- com.h2database:h2

|-- org.hdrhistogram:HdrHistogram

|-- org.hsqldb:hsqldb

|-- org.jmdns:jmdns

|-- com.github.ivandzf:log4j2-custom-layout

|-- com.vlkan.log4j2:log4j2-logstash-layout

|-- org.mockito:mockito-core

|-- org.mockito:mockito-subclass

|-- org.mockito:mockito-junit-jupiter

|-- org.openjdk.nashorn:nashorn-core

|-- org.wiremock:wiremock:3.9.2

|-- org.xmlunit:xmlunit-core

|-- org.xmlunit:xmlunit-matchers