License |
License |
---|---|
Categories |
CategoriesLogging Application Layer Libs SLF4J |
GroupId | GroupIdorg.apache.logging.log4j.adapters |
ArtifactId | ArtifactIdlog4j-slf4j-impl |
Last Version | Last Version2.0-beta4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Log4j SLF4J Binding
Binding between SLF4J API and Log4J2 Core
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
log4j-slf4j-impl-2.0-beta4.pom | |
log4j-slf4j-impl-2.0-beta4.jar | 20 KB |
log4j-slf4j-impl-2.0-beta4-sources.jar | 17 KB |
log4j-slf4j-impl-2.0-beta4-javadoc.jar | 84 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.logging.log4j.adapters/log4j-slf4j-impl/ -->
<dependency>
<groupId>org.apache.logging.log4j.adapters</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
<version>2.0-beta4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.logging.log4j.adapters/log4j-slf4j-impl/
implementation 'org.apache.logging.log4j.adapters:log4j-slf4j-impl:2.0-beta4'
// https://jarcasting.com/artifacts/org.apache.logging.log4j.adapters/log4j-slf4j-impl/
implementation ("org.apache.logging.log4j.adapters:log4j-slf4j-impl:2.0-beta4")
'org.apache.logging.log4j.adapters:log4j-slf4j-impl:jar:2.0-beta4'
<dependency org="org.apache.logging.log4j.adapters" name="log4j-slf4j-impl" rev="2.0-beta4">
<artifact name="log4j-slf4j-impl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.logging.log4j.adapters', module='log4j-slf4j-impl', version='2.0-beta4')
)
libraryDependencies += "org.apache.logging.log4j.adapters" % "log4j-slf4j-impl" % "2.0-beta4"
[org.apache.logging.log4j.adapters/log4j-slf4j-impl "2.0-beta4"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.2 |
org.slf4j : slf4j-ext | jar | 1.7.2 |
org.apache.logging.log4j : log4j-api | jar | 2.0-beta4 |
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-core | jar | 2.0-beta4 |
org.apache.logging.log4j : log4j-core | test-jar | 2.0-beta4 |
junit : junit | jar | 4.7 |