License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs SLF4J |
GroupId | GroupIdorg.apache.logging.log4j |
ArtifactId | ArtifactIdlog4j-slf4j18-impl |
Last Version | Last Version2.17.2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Log4j SLF4J 1.8+ Binding
The Apache Log4j SLF4J 1.8 API binding to Log4j 2 Core
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-slf4j18-impl/ -->
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j18-impl</artifactId>
<version>2.17.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-slf4j18-impl/
implementation 'org.apache.logging.log4j:log4j-slf4j18-impl:2.17.2'
// https://jarcasting.com/artifacts/org.apache.logging.log4j/log4j-slf4j18-impl/
implementation ("org.apache.logging.log4j:log4j-slf4j18-impl:2.17.2")
'org.apache.logging.log4j:log4j-slf4j18-impl:jar:2.17.2'
<dependency org="org.apache.logging.log4j" name="log4j-slf4j18-impl" rev="2.17.2">
<artifact name="log4j-slf4j18-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j', module='log4j-slf4j18-impl', version='2.17.2')
)
libraryDependencies += "org.apache.logging.log4j" % "log4j-slf4j18-impl" % "2.17.2"
[org.apache.logging.log4j/log4j-slf4j18-impl "2.17.2"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.8.0-beta4 |
org.slf4j : slf4j-ext Optional | jar | 1.8.0-beta4 |
org.apache.logging.log4j : log4j-api | jar | 2.17.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.17.2 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | test-jar | 2.17.2 |
org.apache.commons : commons-lang3 | jar | 3.12.0 |
org.apache.commons : commons-csv | jar | 1.9.0 |
org.apache.logging.log4j : log4j-core | test-jar | 2.17.2 |
org.apache.logging.log4j : log4j-to-slf4j | jar | 2.17.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |